streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Ring buffer data structures

Open harendra-kumar opened this issue 2 years ago • 2 comments

Make ring buffer a first class streaming citizen by providing read unfold and write fold for it just like array. That will enable us to use ringbuffers more e.g. lastN can actually return a ringbuffer instead of array.

harendra-kumar avatar Jul 22 '21 12:07 harendra-kumar

PR #1340 added signatures for the ring buffer APIs. Let's implement those.

harendra-kumar avatar Nov 23 '21 12:11 harendra-kumar

This will also require extensive testing.

adithyaov avatar Jan 14 '24 19:01 adithyaov