loro/crates/loro-internal/examples
Zixuan Chen 9d4f7aa8a3
DeltaRope (#327)
* feat: delta rope support init

* perf: use generic-btree v0.9.0

* refactor: improve readability and maintainability

* fix: fix several issues about composing

* fix: a few more issue about composing deletions

* test: rich text

* fix: cover more edge cases

* refactor: use deltarope for list event

* refactor: replace text delta with DeltaRope

* fix: list fuzz err

* fix: safety issue on insert_many

* chore: refine impl of text delta

* refactor: use Replace instead of insert+del in DeltaItem (#330)

* refactor: use Replace instead of insert+del in DeltaItem

* fix: each deltaitem should have non-zero rle_len
Updated generic-btree dependency to version 0.10.3 and refactored DeltaItem and DeltaRope implementations in loro-delta. Refine compose impl

* fix: update generic-btree to fix the update leaf issue

* chore: lockfile

* chore: clippy fix

* refactor: make composing easier to understand

* refactor: simplify the impl of composing
2024-04-24 13:53:26 +08:00
..
automerge_x100.rs Add compression cmp in size bench (#277) 2024-02-28 22:03:43 +08:00
encoding.rs Refactor rm unused code (#328) 2024-04-22 21:20:00 +08:00
encoding_parallel.rs Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00
encoding_refactored.rs Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00
event.rs DeltaRope (#327) 2024-04-24 13:53:26 +08:00
list.rs Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00
many_actors.rs feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
mem.rs Refactor: rm legacy code (#97) 2023-07-31 11:49:55 +08:00
obs.rs Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00
pending.rs feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
tree.rs refactor: only need shared ref on loro doc now (#203) 2023-12-03 14:54:45 +08:00