Cargo Features
kotoba-memory has no features set by default.
[dependencies]
kotoba-memory = { version = "0.1.16", features = ["cluster", "jemalloc", "mimalloc"] }
- cluster
- jemalloc = tikv-jemallocator
-
Affects
allocators::JemallocAllocator… - mimalloc
-
Enables mimalloc
Affects
allocators::MimallocAllocator…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.