Created
August 19, 2015 18:20
-
-
Save timsgardner/2c3c56383c37c0becd98 to your computer and use it in GitHub Desktop.
mapbench
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