You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: Optimized version of EntityMetadata#compareIds() for the common case (#5419)
* perf: Optimized version of EntityMetadata#compareIds() for the common case
* Extract `compareIds()` into `OrmUtils` and use it instead of `.deepCompare()` where applicable
* Use optimized path in compareIds() also when .id has type "number"
* Add return type to signature of deepCompare() and compareIds()
* made a proper check
Co-authored-by: Umed Khudoiberdiev <[email protected]>
0 commit comments