#crdt #distributed-systems #exposition

cvrdt-exposition

Understanding Convergent Replicated Data Types

8 releases

0.2.0 Oct 11, 2023
0.1.6 May 4, 2023
0.1.5 Apr 12, 2021
0.1.4 Sep 1, 2020
0.1.3 Aug 29, 2020

#952 in Data structures

22 downloads per month

MIT license

39KB
529 lines

Understanding Convergent Replicated Data Types

Build Status Crates.io Docs.rs

I wanted to understand CRDTs more, so I put together this Rust library for state-based CRDTs a.k.a. convergent replicated data types a.k.a. CvRDTs. It aims to present an explicit (with strong types, etc.) and unified description of the CvRDTs presented in the wonderful paper A comprehensive study of Convergent and Commutative Replicated Data Types.

Do not use this!

This code is solely for my own edification and is not meant for production use. There are already much better options for usable CRDTs in Rust; see the rust-crdt project.

References

No runtime deps