Mesutcan Kurt

Results 5 issues of Mesutcan Kurt

or any other information like direction etc

enhancement

I attached a profiler to my application and I saw that call tree: ![image](https://cloud.githubusercontent.com/assets/439170/4789483/9a28a160-5dc5-11e4-9c8f-efffd151d9ba.png) 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...