Benchmark name When Created
isEmpty vs Object.keys 3 years ago
join with spread vs concat 3 years ago
Includes vs. IndexOf vs. Filter vs. Find vs. FindIndex vs. Some 3 years ago
Some vs. Filter vs. indexOf vs. Includes vs. Find 3 years ago
optional chaining chrome vs lodash get 3 years ago
uniqBy : Lodash vs Ramda 3 years ago
flatten : Lodash vs Ramda 3 years ago
filter(isObject) : Lodash vs Ramda 3 years ago
Lodash vs Ramda (2020-08 edition) 3 years ago
IndexOf vs Includes vs lodash includes test2

Banana

3 years ago
red vs douFilt 3 years ago
shorter find vs map

find vs map

3 years ago
find vs map

find vs map

3 years ago
classList vs style.. 3 years ago
Array.prototype.slice vs spread operator with length limit

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

3 years ago
Array.prototype.slice vs spread operator.

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

3 years ago
MY personal testcase 3 years ago
native find vs lodash _.find aamurray

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

3 years ago
deep copy 3 years ago
nodeType vs instanceof 3 3 years ago
nodeType vs instanceof 2 3 years ago
Fastest way to check if array have an element returning true or false (2)

[1,2, 3, 4, 5].indexOf(4) !== -1 [1,2, 3, 4, 5].filter(a=> a ===4).length > 0 [1,2, 3, 4, 5].find(a => a === 4) !== undefined [1,2, 3, 4, 5].some( a => a === 4) ![1,2, 3, 4, 5].every( a => a !== 4) [1,2, 3, 4, 5].lastIndexOf(4) !== -1 [1,2, 3, 4, 5].includes(4)

3 years ago
lodash get vs myget function

test

3 years ago
Immer (setAutoFreeze(false)) vs Lodash cloneDeep 22 3 years ago
Select n 3 years ago

 New benchmark Your benchmarks