Loose-ends wrapup
Kevin Bourrillion
kevinb at google.com
Fri May 10 10:55:34 PDT 2013
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>
?
On Fri, May 10, 2013 at 10:02 AM, Doug Lea <dl at cs.oswego.edu> wrote:
> On 05/09/13 15:14, Brian Goetz wrote:
>
> What others have I missed?
>>
>
> The lambda-dev post by John Rose reminded me that we were going
> to revisit the need for ConcurrentHashBag: A (massive) simplification
> of CHM that only conforms to Collection interface (so among
> other things, duplicates are allowed), and is handy
> for shoving unordered elements for concurrent aggregation.
> I've had a version of this sitting around for a year or so...
>
> -Doug
>
>
>
--
Kevin Bourrillion | Java Librarian | Google, Inc. | kevinb at google.com
More information about the lambda-libs-spec-observers
mailing list