Concurrent map primitives implementation

221 views
Skip to first unread message

Avery Ching

unread,
Mar 1, 2013, 2:35:11 PM3/1/13
to java-high-performance...@googlegroups.com
Hi, I stumbled onto your project and was thinking about using it in Apache Giraph (Iterative graph processing on Hadoop) giraph.apache.org.  I was wondering whether you intend to support primitive collections for concurrent maps (i.e. [keyType][valueType]ConcurrentMap).

Dawid Weiss

unread,
Mar 1, 2013, 3:11:14 PM3/1/13
to java-high-performance...@googlegroups.com, Sebastiano Vigna
Not really. These are very specific data structures for very specific
needs. You may want to check out with fastutil and whether Sebastiano
has implemented something that would be update-save for concurrent
threads. Depending on the problem a memory-mapped buffer may also turn
out to be a nice synchronization primitive (even for inter-process
communication). Peter Lawrey's Chronicle implements some of these
concepts, for instance.

https://github.com/peter-lawrey/Java-Chronicle

Dawid
> --
> You received this message because you are subscribed to the Google Groups
> "High Performance Primitive Collections for Java" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
> java-high-performance-primi...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Reply all
Reply to author
Forward
0 new messages