dualcache-ff 0.2.0

A wait-free, high-performance concurrent cache optimized for extreme read-to-write ratios.
Documentation
1
2
3
4
5
6
7
8
/// Re-export shim for backwards compatibility.
///
/// Each struct has been moved into its own dedicated module.
/// This file now acts as a single aggregated entry-point.
pub use crate::arena::Arena;
pub use crate::storage::{Cache, Node};
pub use crate::filters::{T1, T2};
pub use crate::workers::{BatchBuf, WorkerSlot};