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