Skip to main content

Module ring_buffer

Module ring_buffer 

Source
Expand description

SIMD-optimized ring buffer for time-series data

§Design

  • Bounded capacity (Muda: no unbounded growth)
  • Zero-copy iteration
  • Cache-friendly layout

§Reference

Ohno, T. (1988). “Toyota Production System” - Waste elimination

Structs§

RingBuffer
Ring buffer with fixed capacity