mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
d69e4c9c30
- Add ID serialization methods in loro-common - Update KvStore trait with binary search and double-ended iterator - Modify export/import blocks to use bytes::Bytes - Refactor ChangeStore to use external KV store for persistence - Implement flush, encode_all, and decode_all methods for ChangeStore - Update change retrieval and iteration methods to work with new block management - Improve block parsing and caching mechanisms |
||
---|---|---|
.. | ||
benches | ||
examples | ||
fuzz | ||
proptest-regressions/dag | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
deno.json | ||
deno.lock | ||
Encoding.md | ||
README.md |
loro-internal
This is the internal implementation of Loro.
Its interface subject to change. You should not use it as dependency directly.
Consider use loro
crate instead.