#crdt #mutation #delta

orset

An Observe Remove Set CRDT with delta mutation

2 unstable releases

Uses old Rust 2015

0.2.0 May 9, 2017
0.1.0 Jul 12, 2016

#43 in #mutation

23 downloads per month
Used in rabble

Apache-2.0

21KB
457 lines

Build Status

API Documentation

This crate provides a state based OR-SET with delta mutation as described here


lib.rs:

Implementation of a state based OR-Set with Delta Mutation as described in "Efficient State-based CRDTs by Delta-Mutation" by Almeida et. al http://gsd.di.uminho.pt/members/cbm/ps/delta-crdt-draft16may2014.pdf

Dependencies

~0.3–1MB
~21K SLoC