BurstFastWheel

Type Alias BurstFastWheel 

Source
pub type BurstFastWheel<T> = BitWheel<T, 4, 5, 128, 2>;
Expand description

Low latency burst. 5ms resolution, ~23 hours. Hotspot: 256. Memory: ~1.6MB. Minimal probing.

Aliased Typeยง

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