#Is there a ring buffer in standard library (0.15.1)?

1 messages · Page 1 of 1 (latest)

rugged patio
#

The title says it

neat raven
odd tusk
# rugged patio The title says it

See https://github.com/ziglang/zig/pull/24968
It's not in 0.15.1, but you can copy the code for now. Or migrate to zig master.

Or use Reader/Writer interfaces as ring buffers, like the PR suggests.

GitHub

This is my penance for baiting andrew into deleting the existing generic queue data structures with my talk of "too many ring buffers".
The new Reader and Writer interfaces are ex...