loro/crates/fuzz/tests
东灯 e01505e013
feat: add text update API (#404)
* 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>
2024-07-23 21:22:47 +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: merge 2024-06-13 15:11:29 +08:00
small_fuzz.rs Movable List (#293) 2024-04-26 12:08:53 +08:00
test.rs fix: tree undo when processing deleted node (#399) 2024-07-12 10:53:48 +08:00
test_tree.rs Use fractional index to order the children of the tree (#298) 2024-05-07 14:01:13 +08:00
undo.rs fix: tree diff calc children should be sorted by idlp (#401) 2024-07-13 23:26:38 +08:00
update_text.rs feat: add text update API (#404) 2024-07-23 21:22:47 +08:00