Last active
August 29, 2015 14:08
-
-
Save dchentech/0e4c4a0d312d76b71a1a to your computer and use it in GitHub Desktop.
Simulate slow cpu computing
This file contains 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
_.each(Array(10), -> Array(Math.pow(10, 8)).join("=").length) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment