pub type BurstFastWheel<T> = BitWheel<T, 4, 5, 128, 2>;
Low latency burst. 5ms resolution, ~23 hours. Hotspot: 256. Memory: ~1.6MB. Minimal probing.
pub struct BurstFastWheel<T> { /* private fields */ }