jQuery.each vs. alternatives
JavaScript performance comparison
Info
Each comparisons
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
var a = $('*').get(),
e;
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
jQuery.each |
|
pending… |
for loop |
|
pending… |
while loop |
|
pending… |
alternative for loop |
|
pending… |
reverse for |
|
pending… |
While 2 |
|
pending… |
jQuery.fn.each |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by James Padolsey
- Revision 2: published
- Revision 3: published and last updated
- Revision 4: published by petsel
- Revision 5: published
- Revision 6: published by antimatter15
- Revision 11: published by Kenneth Auchenberg
- Revision 12: published by Morgan Roderick
- Revision 13: published by Morgan Roderick
- Revision 14: published by Gildas
- Revision 15: published by Richard Lopes
- Revision 16: published
- Revision 17: published by Rodolfo
- Revision 18: published
- Revision 19: published by Michael
- Revision 24: published by Addy Osmani
- Revision 25: published by apla
- Revision 26: published
- Revision 27: published
- Revision 30: published
- Revision 31: published by Bruno Windels
- Revision 32: published
- Revision 33: published
- Revision 34: published
- Revision 35: published
- Revision 36: published by blocks-vs-functions
- Revision 37: published
- Revision 38: published by George Paterson
- Revision 39: published by masklinn
- Revision 41: published
- Revision 42: published
- Revision 43: published
- Revision 44: published
- Revision 45: published
- Revision 46: published
- Revision 47: published
- Revision 48: published
- Revision 49: published
- Revision 50: published by Mariusz
- Revision 51: published
- Revision 52: published
- Revision 53: published by Addy Osmani
- Revision 54: published
- Revision 55: published
- Revision 56: published
- Revision 57: published
- Revision 58: published
- Revision 59: published
- Revision 65: published
- Revision 66: published
- Revision 67: published
- Revision 68: published
- Revision 69: published
- Revision 70: published
- Revision 71: published
- Revision 72: published
- Revision 73: published
- Revision 74: published
- Revision 75: published
- Revision 76: published
- Revision 77: published by Paul Grenier
- Revision 78: published by Hoisel
- Revision 79: published
- Revision 80: published
- Revision 81: published
- Revision 82: published
- Revision 84: published by Jordan Ilchev
- Revision 85: published
- Revision 86: published
- Revision 87: published
- Revision 88: published by Juan Arribillaga
- Revision 89: published
- Revision 90: published
- Revision 91: published
0 comments