vanillajs-by-tag (v8)

Revision 8 of this benchmark created by Rasmus Fløe on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Vanilla JS
//document.getElementsByTagName("span");
ready
jQuery
//$jq('span');
ready
Prototype JS
//Prototype.Selector.select('span', document);
ready
MooTools
document.getElements("span");
//Slick.search(document, 'span', new Elements);
ready
YUI
//YAHOO.util.Dom.getElementsBy(function(){return true;},'span');
ready
Dojo
//dojo.query('span');
ready
Ext JS
//Ext.query('span');
ready

Revisions

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