loro/crates/loro-core
Zixuan Chen 68bd7179c4
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-09 17:22:33 +08:00
..
benches bench: fix ignore parse time in benching 2022-12-06 15:37:57 +08:00
examples Perf store cache in parent node (#36) 2022-12-06 16:34:46 +08:00
fuzz Perf remove string pool mutex (#41) 2022-12-09 17:22:33 +08:00
proptest-regressions/dag chore: bk 2022-10-26 23:31:34 +08:00
scripts chore: replace justfile with deno task 2022-11-21 12:50:15 +08:00
src Perf remove string pool mutex (#41) 2022-12-09 17:22:33 +08:00
tests feat: encode updates 2022-11-30 23:55:58 +08:00
Cargo.toml Perf remove string pool mutex (#41) 2022-12-09 17:22:33 +08:00
deno.json Perf store cache in parent node (#36) 2022-12-06 16:34:46 +08:00
deno.lock feat: subscribe unsubscribe 2022-11-24 15:10:21 +08:00