Skip to content

Licenser/ecrdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Naming conventions

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)

Resources

About

experimenting with CRDTs in erlang

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published