BalancedLightWheel

Type Alias BalancedLightWheel 

Source
pub type BalancedLightWheel<T> = BitWheel<T, 4, 5, 8, 16>;
Expand description

Compact balanced. 5ms resolution, ~23 hours. Hotspot: 128. Memory: ~100KB. More probing.

Aliased Typeยง

pub struct BalancedLightWheel<T> { /* private fields */ }