Benchmark name | When Created |
---|---|
splitAndJoin vs replaceAll in Javascript | one year ago |
Set array expansion Part 3
Tests the implications of expanding large sets into an array for finding values within them |
one year ago |
Set array expansion Part 2
Tests the implications of expanding large sets into an array for finding values within them |
one year ago |
Set array expansion
Tests the implications of expanding large sets into an array for finding values within them |
one year ago |
every vs for x2 | one year ago |
Are function calls bad | one year ago |
string split vs indexOf vs yield 2 | one year ago |
string split vs indexOf vs yield | one year ago |
Concat vs push vs spread for large arrays 2
Comparing the various ways to append to a large array |
one year ago |
string split vs indexOf iteration | one year ago |
FD Concat vs push(...) for large arrays
Comparing the various ways to append to a large array |
one year ago |
One iteration vs two comparable checks | one year ago |
every vs for loop small arrays single setup | one year ago |
every vs for loop large arrays not empty | one year ago |
tag VS class | one year ago |
Test benchmark 123 | one year ago |
JSON vs URLSearchParams (decode) | one year ago |
JS: insertBefore vs append vs prepend vs appendChild vs insertAdjacentElement | one year ago |
Object Property Access Notation: Destructuring vs. Dot. vs. Bracket - Large Object | one year ago |
endsWith vs Regex test | one year ago |
Split vs new URL pathname | one year ago |
Array.from vs Array.slice (2) | one year ago |
Array concat vs spread operator vs push vs for push
Compare the new ES6 spread operator with the traditional concat() method and push |
one year ago |
Array slice() vs slice(0) vs spread operator - 5000 elements
Compare the new ES6 spread operator with the traditional slice() methods |
one year ago |
Array.from vs Array.fill Simple | one year ago |