Hacker News new | ask | show | jobs
by Horusiath 3120 days ago
It's not described in the docs, but elswhere [1] in their github repository you can find the note about rga, which is Replicated Growable Array CRDT, that can be used for building indexed linear sequences - shortly speaking arrays of elements with insert/remove semantics.

[1](https://github.com/SyncFree/antidote/blob/842874ca5ecffe947e...)

1 comments

An efficient implementation of RGA designed for concurrent editing: http://dx.doi.org/10.1145/2957276.2957300