UNPKG
ring-array
Version:
latest (0.1.0)
0.1.0
A simple ring buffer implemented as an Array.
Schoonology/ring-array
ring-array
/
README.md
5 lines
(3 loc)
•
149 B
Markdown
View Raw
1
2
3
4
5
# Ring Array
A simple
"ring buffer"
implemented
as
an Array. The Array will
never
grow beyond the given size, overwriting the oldest items instead.