Multiple Condition Queues For Better Concurrency
I had been revisiting concurrent libraries that I had worked upon earlier and just wanted to highlight the importance of using separate wait sets and condition queues for your library implementations. The performance of these has been benchmarked using JMH.
Let me just list down the advantages of using separate …