Skip to main content

Module circular_buffer

Module circular_buffer 

Source
Expand description

A fixed-size circular buffer that automatically evicts the oldest items when the buffer is full. Useful for maintaining a rolling window of data.

Structsยง

CircularBuffer
A fixed-size circular buffer that automatically evicts the oldest items when the buffer is full. Useful for maintaining a rolling window of data.