pub type BalancedLightWheel<T> = BitWheel<T, 4, 5, 8, 16>;
Compact balanced. 5ms resolution, ~23 hours. Hotspot: 128. Memory: ~100KB. More probing.
pub struct BalancedLightWheel<T> { /* private fields */ }