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