Leon Zhao
Leon Zhao
```rust #[columnar(ser, de)] struct Store{ #[columnar(class="map", key_strategy="DeltaRle")] mapping: BTreeMap } ```
If `jitter` is enabled, random bytes with `jitter` length will be appended to `FractionalIndex`. If you want 99% probability of no collision: k = 3, jitter = 1 k =...
This PR provides a new function called `empty_trash()` to clean up all caches under the `TRASH` node of the Tree Container. We model the operation of deleting a node by...
Here is an attempt using `uniffi-rs` v0.29, in which they support `Allow UDL to define Enums with objects` so that we can ``` [Enum] interface Container{ List(LoroList container); Map(LoroMap container);...