loro/crates/fuzz/tests
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
..
compatibility.rs refactor(rust): extract LoroStringValue, LoroMapValue, LoroBinaryValue, LoroListValue (#535) 2024-11-04 17:03:14 +08:00
counter.rs Feat: Make the encoding format forward and backward compatible (#329) 2024-05-13 21:37:10 +08:00
json.rs Fix warnings (#484) 2024-09-29 21:15:19 +08:00
kv.rs feat: memkv export import all (#422) 2024-08-30 11:44:34 +08:00
small_fuzz.rs Movable List (#293) 2024-04-26 12:08:53 +08:00
test.rs fix: isContainerDeleted cache err (#513) 2024-10-15 11:22:46 +08:00
test_tree.rs fix: change_store loading cache error 2024-08-18 18:15:53 +08:00
undo.rs fix: warnings 2024-07-17 12:15:16 +08:00
update_text.rs perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00