ExtendedFastWheel

Type Alias ExtendedFastWheel 

Source
pub type ExtendedFastWheel<T> = BitWheel<T, 4, 16, 64, 2>;
Expand description

Low latency extended. 16ms resolution, ~3 days. Hotspot: 128. Memory: ~800KB. Minimal probing.

Aliased Typeยง

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