loro/crates/loro-core/fuzz
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
..
fuzz_targets Perf store cache in parent node (#36) 2022-12-06 16:34:46 +08:00
.gitignore
Cargo.lock Perf remove string pool mutex (#41) 2022-12-09 17:22:33 +08:00
Cargo.toml Perf store cache in parent node (#36) 2022-12-06 16:34:46 +08:00