Open-source bLSM-like storage engine for highly concurrent, transactional key-value storage.
-
Updated
Feb 13, 2026 - Go
Open-source bLSM-like storage engine for highly concurrent, transactional key-value storage.
a shared CRDT key-value map for Yjs using a "last-write-wins" algorithm for conflict resolution
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
Add a description, image, and links to the last-write-wins topic page so that developers can more easily learn about it.
To associate your repository with the last-write-wins topic, visit your repo's landing page and select "manage topics."