Benchmark name | When Created |
---|---|
Searching in arrays | 11 months ago |
template innerHTML vs DocumentFragment vs createElement - createTextNode FIXED
previous version didn't deep clone the template element. |
11 months ago |
slice vs new array | 11 months ago |
spread for test | 11 months ago |
isNaN vs regex | 11 months ago |
in vs simple if | 11 months ago |
push vs idx | 11 months ago |
Set has vs object keyx
performance comparison of ways to find if an array contains a value |
11 months ago |
simple array and map vs forEach vs for by cuteLuna v4 | 11 months ago |
simple array and map vs forEach vs for by cuteLuna v3 | 11 months ago |
Boolean vs !! vs length | 11 months ago |
URI has No Extension
Tests whether or not a URI has a file extension |
11 months ago |
or 223423 | 11 months ago |
Test URI for File Extension
Tests methods of checking for a specific file extension |
11 months ago |
Memoization functions
Test different memoization functions |
11 months ago |
hasOwnProperty vs direct access (bool) vs in 2 | 11 months ago |
push vs spread (reduce array) | 11 months ago |
testik228 | 11 months ago |
Array.prototype.filter vs Lodash filter for ~10000 | 11 months ago |
Array.prototype.slice vs spread operator by sean
Compare the new ES6 spread operator with the traditional slice() method |
11 months ago |
asdfasdf comeon1
asdf |
11 months ago |
Math.hypot vs Math.sqrt
Is Math.hypot actually faster than Math.sqrt? |
11 months ago |
Array literal vs. string#split() | 11 months ago |
JS loops and iterators
Comparing speed of JavaScript loops |
11 months ago |
reduce.concat() vs flat() vs concat + spread vs reduce + spread
Compare the new ES6 spread operator with the traditional concat() method |
11 months ago |