Benchmark name | When Created |
---|---|
Lodash sort vs array.prototype.sort string | 3 years ago |
DOM set attributes of children vs JS Array WRITE performance v2
Result: JS Array is 4X faster than setting DOM attributes, but setting DOM nodeValue is still fastest getAttributeNode().value seems to be fastest way of setting an attribute |
3 years ago |
DOM set attributes of children vs JS Array WRITE performance
Result: JS Array is 4X faster than setting DOM attributes, but setting DOM nodeValue is still fastest |
3 years ago |
DOM get attributes of children vs JS Array READ performance v2
Results: Reading the DOM with nextElementSibling + getAttribute is less than 5% slower than an JS array list. textContent is slightly faster than a JS array list, and nodeValue is 3X faster. |
3 years ago |
DOM get attributes of children vs JS Array READ performance
Results: Reading the DOM with nextElementSibling + getAttribute is less than 5% slower than an JS array list |
3 years ago |
Inline function vs separately declared function
Test |
3 years ago |
priv_28409238402384
priv_24234324324234 |
3 years ago |
Lodash.js vs Native is null111 | 3 years ago |
Moment vs Clone2 | 3 years ago |
Moment vs Clone | 3 years ago |
junk stuff | 3 years ago |
Array.prototype.filter vs Lodash 4.17.5 filter | 3 years ago |
Comparing null vs undefined 2 | 3 years ago |
Comparing null vs undefined | 3 years ago |
replaceAll vs regex replace v2 | 3 years ago |
Optional chaining native vs && && code vs babel-transformed | 3 years ago |
Optional chaining vs native code vs babel-transform | 3 years ago |
childNodes vs children vs firstChild/nextSibling vs firstElementChild/nextElementSibling
Fastest way to list children |
3 years ago |
lodash benchmark | 3 years ago |
ramda path vs js dot selector
ㅇㅇ |
3 years ago |
find - filter js | 3 years ago |
JavaScript spread operator vs Object.assign performance up | 3 years ago |
Find Smallest Number Not In An Array With Dynamic Max Value | 3 years ago |
Find Smallest Number Not In An Array | 3 years ago |
flatMap() vs map().filter()
flatMap vs filter map |
3 years ago |