Skip to content

Commit dfa1185

Browse files
authored
Update readme.md
1 parent 81a96af commit dfa1185

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

antimatter/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# MOVED TO https://github.com/braid-org/antimatter
2+
3+
--
4+
15
# antimatter: an algorithm that prunes CRDT/OT history
26

37
[Antimatter](https://braid.org/antimatter) is the world's first peer-to-peer synchronization algorithm that can prune its history in a network where peers disconnect, reconnect, and merge offline edits. Antimatter supports arbitrary simultaneous edits, from arbitrary peers, under arbitrary network delays and partitions, and guarantees full CRDT/OT consistency, while pruning unnecessary history within each partitioned subnet, and across subnets once they reconnect. In steady state, it prunes down to zero overhead. This lets you put synchronizing data structures in more parts of your software, without worrying about memory overhead.

0 commit comments

Comments
 (0)