pub type PreciseWheel<T> = BitWheel<T, 4, 1, 16, 8>;
Standard precise. 1ms resolution, ~4.7 hours. Hotspot: 128. Memory: ~200KB.
pub struct PreciseWheel<T> { /* private fields */ }