pub type ExtendedFastWheelWithFailover<T> = BitWheelWithFailover<T, 4, 16, 64, 2, 23>;Expand description
Low latency extended with failover. 16ms resolution, ~3 days. Hotspot: 128. Memory: ~800KB. Failover check: 368ms.
Aliased Typeยง
pub struct ExtendedFastWheelWithFailover<T> { /* private fields */ }