Benchmark name When Created
regex vs loop in keys 9 days ago
Lodash isEqual vs JSON stringify v2 9 days ago
filter array

check is two filter methods is faster that one with two checks

9 days ago
`filter().length` vs. `reduce`

Compare `filter().length` vs `reduce` vs `for` loop for counting array elements that are present in another array.

9 days ago
underscore without vs filter 9 days ago
array indexOf vs includes vs some vs for loop

performance comparison of ways to find if an array contains a value

9 days ago
TextDecoder vs String.fromCharCode vs String.fromCodePoint 10 days ago
Array.prototype.slice vs spread operator [FIXED]

Compare the new ES6 spread operator with the traditional slice() method

10 days ago
keys vs entriess 10 days ago
Async vs Callback 10 days ago
fflate vs lz-string vs shorty with ultra long string

emulate file compression/decompression

10 days ago
fflate vs lz-string vs shorty with long string

emulate file compression/decompression

10 days ago
Test arrayLike transformation 10 days ago
Math.pow vs ** vs * on 10^9 10 days ago
splitAndJoin vs replaceAll in Javascript 10 days ago
Set array expansion Part 3

Tests the implications of expanding large sets into an array for finding values within them

10 days ago
Set array expansion Part 2

Tests the implications of expanding large sets into an array for finding values within them

10 days ago
Set array expansion

Tests the implications of expanding large sets into an array for finding values within them

10 days ago
every vs for x2 10 days ago
Are function calls bad 10 days ago
string split vs indexOf vs yield 2 11 days ago
string split vs indexOf vs yield 11 days ago
Concat vs push vs spread for large arrays 2

Comparing the various ways to append to a large array

11 days ago
string split vs indexOf iteration 11 days ago
FD Concat vs push(...) for large arrays

Comparing the various ways to append to a large array

11 days ago

 New benchmark Your benchmarks