Benchmark name | When Created |
---|---|
Foreach vs. for vs. while on array looping | 8 years ago |
Fat Arrow | 8 years ago |
rot13test | 8 years ago |
rot13 test | 8 years ago |
rot13342 | 8 years ago |
Do TypedArrays slow down when you add attributes to them? | 8 years ago |
Test splice | 8 years ago |
Test splice | 8 years ago |
Return true vs return; | 8 years ago |
Return true vs empty body | 8 years ago |
Return true vs empty body | 8 years ago |
Slice/join vs Substr | 8 years ago |
jquery(document.createelement).text.prop vs $(htmlstring) | 8 years ago |
Fat Arrow | 8 years ago |
Array.prototype.concat vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
8 years ago |
jQuery.each() vs Array.prototype.forEach() | 8 years ago |
jQuery.text() vs Element.textContent | 8 years ago |
jQuery .html() vs Element.innerHTML | 8 years ago |
Tag name: compare various methods
Compare various methods of identifying an element by its tag name. |
8 years ago |
Get elements by class: jQuery vs querySelectorAll vs getElementsByClassName
Compare various methods of obtaining a group of elements identified by class name |
8 years ago |
Get element by ID: jQuery vs getElementById vs querySelector | 8 years ago |
Change text of list items: jQuery vs. vanilla JS
Get the items from a list and change the text of each of them. |
8 years ago |
jQuery by id vs Document.getElementById
Comparing speed of getting element by id with jQuery vs Vanilla JS |
8 years ago |
jquery speed class filter | 8 years ago |
querySelector vs getElementById
Test the performance of the default Javascript querySelector vs the getElementById method. |
8 years ago |