Skip to content

Simple implementation of crdt data structures. Currently only LWW-element-set presents.

License

Notifications You must be signed in to change notification settings

zarkone/clj-crdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LWW-element-set

LWW-element-set simple implementation.

Please, refer to implementation details and operation names to CRDT paper: https://hal.inria.fr/inria-00555588/PDF/techreport.pdf

Usage

  • Code located in src
  • You need to have JVM installed
  • To run tests, run ./lein test in project root. It will download leiningen (only once) and evaluate all tests from test directory.

About

Simple implementation of crdt data structures. Currently only LWW-element-set presents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published