API-compatible yjs CRDT, but faster for game engine usage.
- Small memory footprint (O(data) objects garbage)
- Fast conflict resolution based on single clock, resolution priority, and binary history buffer
- Supports all JSON and binary data (typed arrays)
- Only SFU supported
- Can only push one element at a time
- Cannot move elements