automerge / automerge-classic

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
http://automerge.org/
MIT License
14.75k stars 466 forks source link

Store sentHashes as a set rather than a list #344

Closed jeffa5 closed 3 years ago

jeffa5 commented 3 years ago

This means that we don't have to rebuild it every time we need to generate a sync message.