Cargo Features
kvbench has no features set by default.
[dependencies]
kvbench = { version = "0.2.2", features = ["chashmap", "contrie", "dashmap", "flurry", "papaya", "rocksdb", "scc"] }
- chashmap
-
Enables chashmap
Affects
stores::chashmap
… - contrie
-
Enables contrie
Affects
stores::contrie
… - dashmap
-
Enables dashmap
Affects
stores::dashmap
… - flurry
-
Enables flurry
Affects
stores::flurry
… - papaya
-
Enables papaya
Affects
stores::papaya
… - rocksdb
-
Enables rocksdb ^0.22.0
Affects
stores::rocksdb
… - scc
-
Enables scc
Affects
stores::scc
…