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
scripts
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