Benchmark name When Created
format time moment vs JS 4 years ago
querySelectorAll(':scope > *') vs childNodes 4 years ago
Triple replace instead of regex 4 years ago
isEmpty vs Object.keys 4 years ago
join with spread vs concat 4 years ago
Includes vs. IndexOf vs. Filter vs. Find vs. FindIndex vs. Some 4 years ago
Some vs. Filter vs. indexOf vs. Includes vs. Find 4 years ago
optional chaining chrome vs lodash get 4 years ago
uniqBy : Lodash vs Ramda 4 years ago
flatten : Lodash vs Ramda 4 years ago
filter(isObject) : Lodash vs Ramda 4 years ago
Lodash vs Ramda (2020-08 edition) 4 years ago
IndexOf vs Includes vs lodash includes test2

Banana

4 years ago
red vs douFilt 4 years ago
classList vs style.. 4 years ago
Array.prototype.slice vs spread operator with length limit

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

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

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

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

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

4 years ago
deep copy 4 years ago
nodeType vs instanceof 3 4 years ago
nodeType vs instanceof 2 4 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)

4 years ago
lodash get vs myget function

test

4 years ago
Immer (setAutoFreeze(false)) vs Lodash cloneDeep 22 4 years ago

 Create Your benchmarks