automerge/rust/automerge
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
..
benches Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
examples Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
src automerge-wasm: Use a SequenceTree in the OpObserver 2022-11-22 12:13:42 +00:00
tests Move automerge/tests::helpers to crate automerge-test 2022-11-06 19:52:21 +00:00
.gitignore Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
Cargo.toml Move automerge/tests::helpers to crate automerge-test 2022-11-06 19:52:21 +00:00