pub type BurstLightWheel<T> = BitWheel<T, 4, 5, 16, 16>;
Compact burst. 5ms resolution, ~23 hours. Hotspot: 256. Memory: ~200KB. More probing.
pub struct BurstLightWheel<T> { /* private fields */ }