CBaquero / delta-enabled-crdts

Reference implementations of state-based CRDTs that offer deltas for all mutations.
Apache License 2.0
318 stars 36 forks source link

id optimisation 1.0 #5

Closed gyounes closed 7 years ago

CBaquero commented 7 years ago

This optimization allows parametrizing the id generation algorithm to improve the worst case behavior of insertions on the right of the sequence.