loro/crates/loro-internal
Leon Zhao f6cc5da0f1
refactor: Optimizing Encoding Representation for Child Container Creation to Reduce Document Size (#247)
* refactor: encoding container id

* fix: container indexing when merged ops in encoding

* chore: add compress encode size for draw example

* fix: do not need cids in encoding

* chore: change name containerIdx to containerType in encoding
2024-01-22 12:19:09 +08:00
..
benches feat: group ops (#243) 2024-01-12 16:47:44 +08:00
examples
fuzz refactor: setting parent only in state (#245) 2024-01-12 16:46:31 +08:00
proptest-regressions/dag
scripts
src refactor: Optimizing Encoding Representation for Child Container Creation to Reduce Document Size (#247) 2024-01-22 12:19:09 +08:00
tests refactor: use rich text style config (#246) 2024-01-17 22:55:46 +08:00
.gitignore
Cargo.toml feat: group ops (#243) 2024-01-12 16:47:44 +08:00
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.