This crate provides a key-value store with prefix compression, structural sharing, and powerful algebraic operations.
PathMap is optimized for large data sets and can be used efficiently in a multi-threaded environment.
GOAT TODO!
For more details, check out the [book](GOAT! need to host somewhere)
jemalloc
: Recommended Enables jemalloc as the default allocator. This dramatically improves scaling for write-heavy workloads and is generally recommended. The only reason it is not the default is to avoid interference with the host application's allocator.
Other cargo features in this crate are intended for use by the developers of pathmap
itself.