qwery vs jquery vs mootools selector engines
JavaScript performance comparison
Info
a simple comparison between different selector engines
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/mootools/1.4/mootools-yui-compressed.js">
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<script>
jQuery.noConflict();
</script>
<script src="https://raw.github.com/ded/qwery/5c51e8730330b02c3dfff4afc9402af1794407e7/qwery.min.js">
</script>
<div id="myId">
</div>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
Slick.find |
|
pending… |
Slick.search |
|
pending… |
jQuery |
|
pending… |
qwery |
|
pending… |
dom |
|
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 Lorenzo
- Revision 2: published by Inviz
- Revision 3: published
- Revision 4: published
- Revision 5: published
- Revision 6: published
- Revision 7: published
- Revision 8: published
- Revision 9: published
- Revision 10: published
- Revision 11: published
- Revision 13: published by rvagg
- Revision 14: published
- Revision 16: published
- Revision 17: published
- Revision 19: published
- Revision 21: published
- Revision 22: published
- Revision 23: published
- Revision 27: published
- Revision 28: published
- Revision 30: published
- Revision 32: published
- Revision 33: published by WHITE
- Revision 34: published
- Revision 35: published
0 comments