Created
August 19, 2015 18:20
-
-
Save timsgardner/b4d9f4f44761ae3f6be1 to your computer and use it in GitHub Desktop.
map bench
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
| (dotimes [_ 10] | |
| (time | |
| (dotimes [_ 1e4] | |
| {:this 0 | |
| :is 1 | |
| :a 2 | |
| :small 3 | |
| :map 4}))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment