Operation-based CRDTs: arrays (part 1) (2020)

Open link in next tab

Operation-based CRDTs: arrays (part 1)

https://www.bartoszsypytkowski.com/operation-based-crdts-arrays-1/

In this post, we'll continue onto topic of Commutative Replicated Data Types. We already mentioned [https://www.bartoszsypytkowski.com/operation-based-crdts-registers-and-sets/#sets] how to prepare first, the most basic types of collections: sets. This time we'll go take a look at indexed sequences with add/remove operations. Other blog posts from