JVM Off-heap Caching Libraries
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:
Leave a Comment