Each CRDT should define the on-the-wire and on-the-disk format for its internal structure; that is, it should be able to serialize and deserialize itself. This can potentially reduce the overhead of Erlang term format serialization and give the opportunity for compression.
Each CRDT should define the on-the-wire and on-the-disk format for its internal structure; that is, it should be able to serialize and deserialize itself. This can potentially reduce the overhead of Erlang term format serialization and give the opportunity for compression.