Changes between Initial Version and Version 1 of Ticket #2475, comment 9


Ignore:
Timestamp:
Apr 12, 2014, 1:21:40 PM (10 years ago)
Author:
agentx

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2475, comment 9

    initial v1  
    11Here is a pure performance test: http://jsperf.com/map-vs-object-property-access/6 with FF30 property lookup with Map is ~4 times faster compared to Object and Array.
     2
     3Edit: This one is slightly different and gives 10 times better performance: http://jsperf.com/map-vs-object-as-hashes/5