memory-cache-rust 0.1.0-alpha

memory-cache is a fast, concurrent cache library built with a focus on performance and correctness. The motivation to build Ristretto comes from the need for a contention-free cache in
Documentation
1
2
3
4
pub mod bbloom;
pub mod rutil;
pub mod hasher;
pub mod haskey;