Hacker News new | ask | show | jobs
by migueloller 2012 days ago
Kleppmann, et al.'s paper on OpSets [1], a specification for building CRDTs with support for an atomic tree move operation, was the best one for me.

Automerge [2] implements a variant of this.

[1] https://arxiv.org/abs/1805.04263

[2] https://github.com/automerge/automerge