Packages

Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support

Current section

Files

Jump to
lattice_maps include lattice_maps@or_map_ORMapDelta.hrl
Raw

include/lattice_maps@or_map_ORMapDelta.hrl

-record(o_r_map_delta, {
replica_id :: lattice_core@replica_id:replica_id(),
crdt_spec :: lattice_maps@crdt:crdt_spec(),
key_set_delta :: lattice_sets@or_set:o_r_set(binary()),
value_deltas :: gleam@dict:dict(binary(), lattice_maps@crdt:crdt()),
remove_bounds_delta :: gleam@dict:dict(binary(), lattice_core@version_vector:version_vector())
}).