Loose-ends wrapup

Doug Lea dl at cs.oswego.edu
Fri May 10 11:09:17 PDT 2013


On 05/10/13 13:55, Kevin Bourrillion wrote:
> Hey Doug,
>
> Can you compare/contrast the API and behavior you have in mind with
> ConcurrentHashMultiset
> <http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/ConcurrentHashMultiset.html>?
>
>

It only supports the methods defined in the Collection API.
It uses JDK8-CHM-based segmentless mechanics.
It is the most efficient class I know for unordered concurrent
aggregation.

-Doug



More information about the lambda-libs-spec-observers mailing list