loro/crates/examples/benches
Zixuan Chen 4f0d499d4b
perf: use a priority-queue-based search for updating text (#544)
* perf: use a priority-queue-based search for updating text

It tends to produce diffs with more continuous edits,
which is more efficient when we need to apply them to CRDTs

* fix: use better text diff calc

* refactor: add text update options struct

* chore: update text.update comments

* chore: fix warnings

* fix: rm a dumb optimization
2024-11-09 16:35:15 +08:00
..
bench_text.rs perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
fork.rs perf: optimize kv export_all by reusing encoded block (#501) 2024-10-09 10:22:17 +08:00
list.rs Movable List (#293) 2024-04-26 12:08:53 +08:00