I am looking for a high-performance, concurrent, MultiMap. I have searched everywhere but I simply cannot find a solution that uses the same approach as ConcurrentHashMap (O
Have you taken a look to Javalution which is intended for Real time etc. and of course high performance.