| 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) | 710399.1 Ops/sec |
| Get from array (with misses) | 404.2 Ops/sec |
| Get from map (all hits) | 34145.6 Ops/sec |
| Get from map (with misses) | 769762.8 Ops/sec |
| Iterate array | 1720927.6 Ops/sec |
| Iterate map | 1165826.1 Ops/sec |