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

new algorithm for id generation using parametrisation #6

Open gyounes opened 7 years ago

gyounes commented 7 years ago

the j (number of jumps) parameter allows a more efficient behaviour.

CBaquero commented 7 years ago

This is a big modification, so maybe we should have more than one algorithm in the code. I will check with you how this one works first.

gyounes commented 7 years ago

I can be there when you want to check it if you prefer. I dont know if having two or more ... is better and how but there is definitely room for improvements.