BurstFastWheelWithFailover

Type Alias BurstFastWheelWithFailover 

Source
pub type BurstFastWheelWithFailover<T> = BitWheelWithFailover<T, 4, 5, 128, 2, 23>;
Expand description

Low latency burst with failover. 5ms resolution, ~23 hours. Hotspot: 256. Memory: ~1.6MB. Failover check: 115ms.

Aliased Typeยง

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