readerwriterqueue icon indicating copy to clipboard operation
readerwriterqueue copied to clipboard

Insert range / pop range?

Open VioletGiraffe opened this issue 4 months ago • 1 comments

Is it possible to implement bulk insertion? For example, I have a queue of floats, and I want to add a couple thousand of them at once. And on the other end bulk unloading is also necessary.

P. S. Thanks for this awesome class/library! Has been working like a charm so far.

VioletGiraffe avatar Sep 25 '24 17:09 VioletGiraffe