Benchmark name When Created
Number to String: toString() vs String() vs + '' 2 years ago
_.isFunction vs typeof 2 years ago
_.isFunction 2 years ago
has vs find vs includes vs indexOf 2 years ago
string vs join 2 years ago
has vs find 2 years ago
my url filter method 2 years ago
Array.prototype.concat vs spread operator (forked without jQuery)

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

2 years ago
joins prescreening details 2 years ago
Write Float64Array by index vs Array by index vs Array by push

Test initializing a typed array by index vs generic array by push.

2 years ago
Write Float64Array index vs Array push

Test initializing a typed array by index vs generic array by push.

2 years ago
push VS destructuration 2 years ago
Speed Test : _.each vs forEach 2 years ago
Speed Test : _.filter vs array filter 2 years ago
find index range in array 2 years ago
find range in array 2 years ago
Object.create(null)

- Object.create(null) - {} - new Object()

2 years ago
Array.forEach vs Object.keys().forEach

If I have an array, is it faster to use Array.forEach or Object.keys().forEach?

2 years ago
`${num}` vs ""+number vs .toString() 2 years ago
Speed Test index 2 years ago
Create new 2 years ago
JavaScript spread operator vs Object.assign performance vs Loop 2 years ago
template vs imperative 2

compare speed

2 years ago
reduce vs foreach with destructuring fork 2 years ago
Reduce vs Flatmap 10000 items real 2 years ago

 New benchmark Your benchmarks