mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
e01505e013
* feat: add diff algorithm * feat: implement DiffHook * feat: add rust/typescript API * feat: use u8 to enable SIMD * feat: add SIMD support * test: add a failed test case * revert: change to unicode index * fix: text event index correctness when using utf8 or unicode * fix: use unicode index * fix: apply delta * fix: remove splice_unicode --------- Co-authored-by: Zixuan Chen <remch183@outlook.com> |
||
---|---|---|
.. | ||
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.