k-cache 0.1.10

internal cache implementation for rmemstore
Documentation
1
2
3
4
5
6
7
8
use criterion::criterion_main;

#[allow(clippy::unwrap_used)] // it doesn't matter in benchmarks or tests
mod benchmarks;

criterion_main! {
    benchmarks::cache_bench::benches,
}