|
|
|
|
|
by tombert
357 days ago
|
|
I've never used Disruptor.NET, only the Java version. I personally will use traditional Java BlockingQueue for about 95% of stuff, since they're built in and more than fast enough for nearly everything, but Disruptor kicks its ass when dealing with high-throughput stuff. |
|
https://medium.com/@ocoanet/improving-net-disruptor-performa...