Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 293 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 293 Bytes

Docs: GoDoc

Package ringidx provides circular indexing logic for writing a given length of data into a fixed-sized buffer and wrapping around this buffer, overwriting the oldest data. No copying is required so it is highly efficient.