An open API service indexing awesome lists of open source software.

https://github.com/tabcat/move-op

implements highly-available move operation for replicated trees
https://github.com/tabcat/move-op

Last synced: about 1 year ago
JSON representation

implements highly-available move operation for replicated trees

Awesome Lists containing this project

README

          

# move-op

Implements [highly-available move operation for replicated trees](https://martin.kleppmann.com/papers/move-op.pdf).
The algorithm from the paper is cool because operations can be rewound. This is useful because operations must be applied in order and old operations must always be merged.