BurstLightWheel

Type Alias BurstLightWheel 

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

Compact burst. 5ms resolution, ~23 hours. Hotspot: 256. Memory: ~200KB. More probing.

Aliased Typeยง

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