crdt
crdt copied to clipboard
Dart implementation of Conflict-free Replicated Data Types (CRDTs)
HLC requires bit operations on 64-bit numbers but bit operations in JavaScript are limited to 32 bit ([source: Numbers in Dart](https://dart.dev/guides/language/numbers)) which causes incorrect behavior of the HLC. This PR...
I wanted to drop by and say hi. I'm investigating the use of CRDTs to power offline mode and multiplayer mode for Super Editor, which is a document editing toolkit...
Thanks for the package! I'm curious if you had any thoughts on adding other Shared Types, like Lists, Text, etc. I'd be happy to help contribute where possible as well!