basho / riak_dt

Convergent replicated datatypes in Erlang
Apache License 2.0
353 stars 70 forks source link

Delta data types #109

Open balegas opened 9 years ago

balegas commented 9 years ago

Added a simple delta od flag crdt. The delta of enable operation creates a new "Flag" list with a dot and the current clock updated with that dot. The disable operation removes any dot in the "Flag" field, (Clock,[]) > (Clock,Dots) as before. Merge behaves just the same.