Carlos Baquero
Carlos Baquero
Replying to @pgte "I was looking for a entirely-mutable array-like type that uses a DotStore so that I can embed it in other causal types.." Although my design of ORSeq...
There is now an experimental branch "AgePartitionedBF" with a APBF bloom filter that stores a configurable number of the most recently added elements, older elements will gradually expire. Details in...
Sorry, for the 2-year delay, better late than never. I made some initial code towards an editable sequence, but it was incorrect and not easy to fix, so it was...
Hi Joe, and thanks for pointing this out and suggesting a nice solution. LWW based CRDTs are even hard to consider CRDTs since the direction of evolution is directed by...
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.