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
graph: Avoid unnecessary entity deep clone in as_modifications
Use Arc::try_unwrap to move the entity out of the Arc without cloning
when the refcount is 1 (the common case after remove() from the LFU
cache). Also make merge_remove_null_fields return whether it changed
anything, replacing the post-merge full entity comparison.
0 commit comments