YUI3 vs. jQuery vs. Sizzle vs. Native selector test
JavaScript performance comparison
Preparation code
<script src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/sizzle/1.9.1/sizzle.min.js"></script>
<script src="http://yui.yahooapis.com/3.8.1/build/yui/yui-min.js"></script>
<script>
Y = YUI().use('node');
</script>
<section class="target-me" name="donuts">.target-me</section>
<section class="target-me">.target-me</section>
<section class="target-me" name="candy">.target-me</section>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
jQuery |
|
pending… |
YUI3 Node |
|
pending… |
YUI3 Selector |
|
pending… |
Sizzle |
|
pending… |
Sizzle (:first) |
|
pending… |
Native querySelectorAll |
|
pending… |
Native querySelector |
|
pending… |
YUI3 Node (One) |
|
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
- Revision 2: published
- Revision 3: published
- Revision 4: published
- Revision 5: published by Matthew Ng
- Revision 6: published by Matthew Ng
- Revision 7: published by Jakob Heuser
- Revision 9: published and last updated
- Revision 10: published
- Revision 12: published by Sam Pullara
- Revision 13: published by Ryan Grove
- Revision 15: published by Ryan Grove
- Revision 17: published
- Revision 19: published by David Calhoun and last updated
- Revision 20: published by Cristian S.
- Revision 21: published by Garrett
- Revision 22: published by CjK
- Revision 24: published
- Revision 32: published by Ben Lowery
- Revision 34: published by Ryan Grove
- Revision 38: published
- Revision 39: published
- Revision 40: published
- Revision 42: published
- Revision 43: published by CTPAX
- Revision 44: published
- Revision 45: published by ravindra
- Revision 46: published by ravindra
- Revision 48: published by kdo
- Revision 49: published
- Revision 50: published
- Revision 51: published
- Revision 52: published by Miles Elam
- Revision 53: published
- Revision 54: published
- Revision 55: published
- Revision 56: published
- Revision 57: published
0 comments