JVM Off-heap Caching Libraries

less than 1 minute read

Here’s another gem from Snapdeal Engineering blog : analysis and comparison of different off-heap caching solutions and performs benchmarking for their use-case. The Blog post describes benchmarking & analysis of concurrent hashmap (on-heap) vs EhCache vs MapDb vs Hazlecast vs Apache DirectMemory vs  HugeCollections libraries.

The link -> http://engineering.snapdeal.com/2014/08/analysis-of-various-jvm-off-heap.html and a snapshot from original post:

Off heap JVM caching

Leave a Comment