This project is some experimentation with CRDT's in Erlang, please be aware that it's an experiment meaning not suitable for production use, not optimised for either speed or space and probably broken in some places.
The code is written to look nice, be understandable not to make the most out of every operation.
Consider yourself warned, now go have some fun with it!
The first letter of the module name indicates what kind of CRDT the mudle implements:
- m* - implements CmRDT's (message based)
- v* - implements CvRDT's (state based)
- Call me maybe: Riak
- Marc Shapiro
- CRDTs: Consistency without concurrency control
- An Optimized Conflict-free Replicated Set
- Conflict-free Replicated Data Types
- A comprehensive study of Convergent and Commutative Replicated Data Types
- Designing a commutative replicated data type
- A commutative replicated data type for cooperative editing