Created
February 26, 2014 00:08
-
-
Save davidworkman9/9220704 to your computer and use it in GitHub Desktop.
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(large_array, function (el) { | |
setTimeout(function () { | |
// do calculation | |
}, 0); | |
}); |
Lepozepo
commented
Feb 26, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment