Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 8
    Yes, but I am not looking for just a multimap, I am looking for a high-performance concurrent multimap. When I checked their source code earlier today, their concurrent multimap locked the entire map, which creates a serial structure. Commented Sep 3, 2010 at 11:45
  • 1
    You're right about the implementation of Syncronized - it locks the whole instance - have you identified this collection as a performance bottlekneck? Commented Sep 3, 2010 at 12:43
  • 2
    Yes, this is as central as it gets. Commented Sep 3, 2010 at 14:00