diff options
author | Eduardo Julian | 2022-11-28 15:35:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-28 15:35:57 -0400 |
commit | 8059ba6c421d3094fba336ac5d3dd39fe984b05e (patch) | |
tree | 416a27d5a5ae1db02afb2caa681c6e321c7b8f90 /documentation/bookmark/concurrency | |
parent | 09a29c952edb851e13edd454bd118c1c1ae83ade (diff) |
Added currencies.
Diffstat (limited to 'documentation/bookmark/concurrency')
-rw-r--r-- | documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md b/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md index a68990d83..15d72cffe 100644 --- a/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md +++ b/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md @@ -1,5 +1,7 @@ # Reference +0. [CRDT: Fractional Indexing](https://madebyevan.com/algos/crdt-fractional-indexing/) +0. [CRDT: Mutable Tree Hierarchy](https://madebyevan.com/algos/crdt-mutable-tree-hierarchy/) 0. [Katara: Synthesize CRDTs from classic data types with verified lifting!](https://github.com/hydro-project/katara) 0. [Automerge: A New Foundation for Collaboration Software — Martin Kleppman](https://www.youtube.com/watch?v=UUGdMHrdzIU) 0. [Automerge](https://github.com/automerge/automerge) |