BalancedFastWheelWithFailover

Type Alias BalancedFastWheelWithFailover 

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

Low latency balanced with failover. 5ms resolution, ~23 hours. Hotspot: 128. Memory: ~800KB. Failover check: 115ms.

Aliased Typeยง

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