loro/crates/loro-core
Zixuan Chen f322bde4c9 Perf remove string pool mutex (#41)
This is based on append-only-bytes. It allows us to share str data in a lock-free way. The downside of this method is it tends to use more memory
2022-12-13 16:18:56 +08:00
..
benches refactor: rename vv to vv_cloned to emphasize cost 2022-12-13 01:39:57 +08:00
examples refactor: rename vv to vv_cloned to emphasize cost 2022-12-13 01:39:57 +08:00
fuzz Perf remove string pool mutex (#41) 2022-12-13 16:18:56 +08:00
proptest-regressions/dag
scripts
src Perf remove string pool mutex (#41) 2022-12-13 16:18:56 +08:00
tests refactor: rename vv to vv_cloned to emphasize cost 2022-12-13 01:39:57 +08:00
.gitignore bench: add wasm bench to web test 2022-12-12 13:44:49 +08:00
Cargo.toml Perf remove string pool mutex (#41) 2022-12-13 16:18:56 +08:00
deno.json bench: add benchmark for many concurrent actors 2022-12-09 10:46:55 +08:00
deno.lock feat: subscribe unsubscribe 2022-11-24 15:10:21 +08:00