Skip to content

Files

Latest commit

df52ded · Nov 8, 2021

History

History
5 lines (3 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 297 Bytes

CrdtMap

Inspired by yjs and the CRDT-variant LWW-Element-Set, this is a simple key-value map that can sync between different clients by letting latest timestamp always win.

Key is always a string but value could be anything as long as it's just primitive values.