loro/crates/rle
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
..
examples/string_tree_bench refactor: rename HasLength functions 2022-10-26 23:31:34 +08:00
src Perf remove string pool mutex (#41) 2022-12-13 16:18:56 +08:00
Cargo.toml Perf remove string pool mutex (#41) 2022-12-13 16:18:56 +08:00