readerwriterqueue
readerwriterqueue copied to clipboard
Insert range / pop range?
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.