Skip to content

Circular buffer #6

Open
Open
@altavir

Description

@altavir

A fixed size buffer, where you can add a new element automatically evicting last one (implemented by fixed size array with moving begin pointer).
In Java I would use ArrayDeque with manual adding and popping, but it is not very convenient and not thread safe.

Metadata

Metadata

Assignees

Labels

requestImplementation request of a class

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions