Cargo Features

kvbench has no features set by default.

[dependencies]
kvbench = { version = "0.2.1", 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

Affects stores::rocksdb

scc

Enables scc

Affects stores::scc