automerge/rust/automerge-wasm/src
Orion Henry ca25ed0ca0
automerge-wasm: Use a SequenceTree in the OpObserver
Generating patches to text objects (a la the edit-trace benchmark) was
very slow due to appending to the back of a Vec. Use the SequenceTree
(effectively a B-tree) instead so as to speed up sequence patch
generation.
2022-11-22 12:13:42 +00:00
..
interop.rs automerge-wasm: Use a SequenceTree in the OpObserver 2022-11-22 12:13:42 +00:00
lib.rs Ritual obeisance before the altar of clippy 2022-11-05 22:48:43 +00:00
observer.rs automerge-wasm: Use a SequenceTree in the OpObserver 2022-11-22 12:13:42 +00:00
sync.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
value.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00