I've recently been learning about various libraries for concurrency in Java such as ConcurrentHashMap
and the lovely non blocking one from Cliff Click
I don't know much about Scala but I've heard good things about the recent parallel collections library.
I'd like to know what are some major advantages that this library would give over Java based libraries?