Jason Walton
Jason Walton
If you click on the "Fork" button in the upper right corner, you can create a fork of this repo, make whatever changes you like, then submit a pull request:...
I suspect there's better ways to implement this. I imagine very few applications get anywhere close to the 128k default buffer limit, so creating that huge collection of objects right...
That's what I'd have thought too, but that article seems to suggest the opposite - that you get better performance with a simple mutex than with mpsc (although there are...