In my contrived tests, with a fast hash function that produced ~.002% collisions, the HashMap performed ~30% slower than using a plain old object with a toString() function that generated unique ...
var hs = new HashMap(); hs.put('asd', 123) hs.put('bqwe', 456) hs.put('czx', 789) hs.put('dcv', {a: 1, b: 2}) hs.put('edf', 123) hs.put('fsdf', 456) hs.put('gdf', 789 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results