Alex Shapiro

Results 2 comments of Alex Shapiro

Site IDs are limited to compact types like `u32` because they are included in the UID of each CRDT element (i.e. a `List` with 100 elements requires 100 site IDs)....

Right now there's no JS counterpart to Ditto. However, it should be possible to compile Ditto to WebAssembly with Rust's `wasm32-unknown-unknown` target, and one of my medium-term goals is to...