High-performance Concurrent MultiMap Java/Scala

后端 未结 10 1261
無奈伤痛
無奈伤痛 2020-12-12 15:42

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

10条回答
  •  感情败类
    2020-12-12 16:17

    Have you taken a look to Javalution which is intended for Real time etc. and of course high performance.

提交回复
热议问题