loro/crates/loro-internal
Zixuan Chen d6966aca34
fix: fractional index is enabled by default now (#561)
* fix: tree should use jitter 0 by default

Otherwise, there may be inconsistency between the event and the actual data. But this will increase the cost when the index property is not used.

* chore: add changeset

* chore: fix warning

* refactor: enable tree move by default

* docs: update related docs
2024-11-18 14:32:56 +08:00
..
benches refactor!: better event api (#489) 2024-10-03 15:14:21 +08:00
docs refactor: add diff mode 2024-08-06 17:10:51 +08:00
examples chore: rename tree event (#520) 2024-10-19 11:24:13 +08:00
fuzz chore: bump Rust crates to v1.1.0 2024-11-09 23:35:17 +08:00
proptest-regressions/dag
scripts
src fix: fractional index is enabled by default now (#561) 2024-11-18 14:32:56 +08:00
tests fix: fractional index is enabled by default now (#561) 2024-11-18 14:32:56 +08:00
.gitignore
Cargo.toml chore: bump Rust crates to v1.1.0 2024-11-09 23:35:17 +08:00
deno.json refactor: provide better encapsulation for dag 2024-08-16 11:40:29 +08:00
deno.lock
Encoding.md Refactor rename trimmed snapshot to shallow snapshot (#499) 2024-10-08 13:15:14 +08:00
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.