Test case name | Result |
---|---|
Get from array (all hits) | |
Get from array (with misses) | |
Get from map (all hits) | |
Get from map (with misses) | |
Iterate array | |
Iterate map |
Test name | Executions per second |
---|---|
Get from array (all hits) | 1087596.0 Ops/sec |
Get from array (with misses) | 564110.1 Ops/sec |
Get from map (all hits) | 1289439.9 Ops/sec |
Get from map (with misses) | 610678.6 Ops/sec |
Iterate array | 2568607.2 Ops/sec |
Iterate map | 654443.0 Ops/sec |