qwery vs jquery vs mootools selector engines

Benchmark created by Lorenzo on


Description

a simple comparison between different selector engines

Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/mootools/1.4/mootools-yui-compressed.js">
</script>
<script src="https://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>

Test runner

Ready to run.

Testing in
TestOps/sec
MooTools document.id()
document.id("myId");
ready
MooTools dollars
$$("#myId");
ready
jQuery
jQuery("#myId");
ready
qwery
qwery("#myId");
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.