Mesutcan Kurt
Mesutcan Kurt
It should not crash.
or any other information like direction etc
I attached a profiler to my application and I saw that call tree:  I invoked Map.get() 8379 times and also net.openhft.collections.HugeHashMap$Segment.get is invoked same amount but Segment.getKey() is invoked...
Hi, I'm using HugeCollecitons for Product Catalogue purpose. I created a HugeHashMap using: ``` java cache = new HugeHashMap(HugeConfig.SMALL.clone(), kClass, vClass); ``` With this configuration if I put small objects...