Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 270 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 270 Bytes

CRDTpp

This is a collection of CRDTs implemented in C++. They aren't really optimised, I just made them to learn about how CRDTs work.

The CRDTs implemented are:

  • IntVector
  • GCounter
  • PNCounter
  • GSet
  • TwoPhaseSet (2PSet)
  • LWWSet (LWW-element-Set)
  • ORSet
  • RGA