Benchmark name | When Created |
---|---|
Lodash sort vs array.prototype.sort | 6 years ago |
jQuery by className vs Document.getElementsByClassName
Comparing speed of getting element by class name with jQuery vs Vanilla JS |
6 years ago |
jQuery by className vs Document.getElementsByClassName
Comparing speed of getting element by class name with jQuery vs Vanilla JS |
6 years ago |
for vs foreach vs some
Compare loop performance |
6 years ago |
jQuery CSS3 :not vs .not()
Using jQuery 3.3.1, compare speed of CSS3 pseudo-class :not versus .not() method. |
6 years ago |
date formatter libraries | 6 years ago |
Spread vs Slice
Cast a classList to an array with Array.prototype.slice.apply() or the babel transpile of [...classList] |
6 years ago |
spread vs concat 2 | 6 years ago |
Lodash Uniq vs Javascript Set | 6 years ago |
Lodash vs Ramda | 6 years ago |
document.querySelectorAll (from document) vs parent.querySelectorAll (from an element)
Comparing speed of that on a large sample HTML document. |
6 years ago |
document.querySelector (from document) vs parent.querySelector (from an element)
Comparing speed of that on a large sample HTML document. |
6 years ago |
document.getElementsByClassName (from document) vs parent.getElementsByClassName (from an element)
Comparing speed of that on a large sample HTML document. |
6 years ago |
document.getElementById vs GetChildElementById
Comparing speed of getting element by id with two different methods. |
6 years ago |
document.getElementById vs GetChildElementById
Comparing speed of getting element by id with two different methods. |
6 years ago |
document.getElementById vs GetChildElementById
Comparing speed of getting element by id with two different methods. |
6 years ago |
Array.prototype.concat vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
Destructuring assignment vs lodash
Destructuring assignment vs lodash performance measure |
6 years ago |
Ramda vs. Lodash
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits. |
6 years ago |
setAttribute/removeAttribute vs. classList.add/remove | 6 years ago |
isArray
Array.isArray vs Object.prototype.toString vs [].constructor vs instanceof |
6 years ago |
addClass/removeClass vs classList.add/remove
jQuery addClass/removeClass vs classList.add/remove |
6 years ago |
jQuery 3.3.1 selector vs jQuery 2.1.4 vs document.querySelector vs document.getElementById
Comparing speed of jQuery 3.3.1 selector, jQuery 2.1.4, vanilla JS querySelector, and vanilla JS getElementById |
6 years ago |
floatThead v2.1.2 vs floatThead 1.2.12
floatThead performance |
6 years ago |
jQuery 3.3.1 selector vs document.querySelector
Comparing speed of jQuery 3.3.1 selector and vanilla JS querySelector |
6 years ago |