Module: CRDT

Defined in:
lib/crdt.rb,
lib/crdt/or_set.rb,
lib/crdt/version.rb,
lib/crdt/or_graph.rb,
lib/crdt/pn_counter.rb,
lib/crdt/lww_register.rb,
lib/crdt/vector_clock.rb

Overview

Convergent/Commutative Replicated Data Types

TODO: document library inclusion TODO: document usage example

Defined Under Namespace

Classes: LWWRegister, ORGraph, ORSet, PNCounter, VectorClock

Constant Summary collapse

VERSION =
"0.2.0"