pub type ExtendedFastWheel<T> = BitWheel<T, 4, 16, 64, 2>;
Low latency extended. 16ms resolution, ~3 days. Hotspot: 128. Memory: ~800KB. Minimal probing.
pub struct ExtendedFastWheel<T> { /* private fields */ }