a shared CRDT key-value map for Yjs using a "last-write-wins" algorithm for conflict resolution
-
Updated
Apr 3, 2025 - JavaScript
a shared CRDT key-value map for Yjs using a "last-write-wins" algorithm for conflict resolution
LWW Element Set is an algorithm under Conflict-free replicated data type(CRDT), here is the Python implementation
Last-Write-Wins (LWW) is a Conflict Resolution Strategy used in Distributed Systems Where, in the Event of Multiple Concurrent Updates to the Same Piece of Data, the System Simply Keeps the One with the Most Recent Timestamp and Discards the Others
Implementation of CRDT using Last Write Wins Register
A decentralized, peer-to-peer collaborative editor built in C++ using CRDTs, POSIX IPC, and lock-free synchronization.
Lightweight, zero-dependency CRDT primitives you can drop into offline-first or multi-node apps.
Add a description, image, and links to the lww topic page so that developers can more easily learn about it.
To associate your repository with the lww topic, visit your repo's landing page and select "manage topics."