pub type BalancedFastWheel<T> = BitWheel<T, 4, 5, 64, 2>;
Low latency balanced. 5ms resolution, ~23 hours. Hotspot: 128. Memory: ~800KB. Minimal probing.
pub struct BalancedFastWheel<T> { /* private fields */ }