Created
November 18, 2012 04:25
-
-
Save eklitzke/4103529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| evan@loonix ~/code/associative-benchmark $ ./bench -n 10000000 | |
| generating number list with 10000000 integer pairs... | |
| map | |
| ---------- | |
| create: 10695365 | |
| search: 10576007 | |
| hash | |
| ---------- | |
| create: 5978224 | |
| search: 941092 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment