uzh / triplerush

A distributed in-memory graph store.
Apache License 2.0
31 stars 11 forks source link

Benchmark custom HashMap vs. fastutil #38

Open pstutz opened 9 years ago

pstutz commented 9 years ago

fastutil int->Object map seems to perform well: http://java-performance.info/hashmap-overview-jdk-fastutil-goldman-sachs-hppc-koloboke-trove-january-2015/

most likely the long->Object map required for triplerush would have good performance characteristics as well.