loro/crates/fuzz
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
..
examples Test fuzz oom (#508) 2024-10-12 00:49:23 +08:00
fuzz perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
src perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
tests perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
Cargo.toml