proxy.golang.org : github.com/lucianoq/ringbuffer
Package ringbuffer provides a byte RingBuffer object that behaves like a https://en.wikipedia.org/wiki/Dynamic_array until the maximum size is reached, and, after that, like a https://en.wikipedia.org/wiki/Circular_buffer always overwriting the oldest content without using new memory. The buffer implements the io.Writer, io.Closer and fmt.Stringer interfaces.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/lucianoq/ringbuffer
License: MIT
Latest release: almost 6 years ago
First release: almost 6 years ago
Namespace: github.com/lucianoq
Stars: 7 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 11 days ago