Skip to content

Add RingBuffer #56

@pockerman

Description

@pockerman

A ring buffer is an array together with read and write operations that wrap around. That is, when the
last position of the array is reached, writing continues at the begin of the array, thereby erasing the oldest
entries. The read operation starts at the oldest entry in the array.

handled in PR: #88

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestexamplesAdd an application showcasing sth

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions