Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 529 Bytes

sequence-crdt

This repository includes primitive implementations of some Sequence CRDTs and simple micro-benchmarks to compare them against each other.

Inlcudes Logoot, LSEQ, and a less-well-known variant that I'm calling "unique position".

None of this code is intended for any serious use. This is a reasearch project driven by personal interest.