Expand description
Content-addressed state diffing for distributed Shape.
Provides diff(old, new) and patch(base, delta) operations that
compare values using content-hash trees. Only changed subtrees are
included in the delta, enabling efficient state synchronization.
Structs§
- Delta
- A delta between two values, keyed by content path.
Functions§
- content_
hash_ value - Compute a content hash for a ValueWord value.
- diff_
values - Compute the delta between two values.
- patch_
value - Apply a delta to a base value, producing the updated value.