Benchmark name When Created
asdasdfasdfasdf 10 months ago
Lodash DifferenceWith vs Native 2 10 months ago
v2 JavaScript spread operator vs Object.assign performance 10 months ago
array vs set lookup

uses array includes, array indexOf, and set has

10 months ago
compare the ways to generate an empty array for iteration

- Array.apply: Array.apply(null, Array(100)) - Destructuring operator: [...Array(100)] - Array.prototype.fill Array(100).fill(undefined) - Array.from Array.from({ length: 100 })

10 months ago
startswith vs includes on lorem ipsim 10 months ago
hash-sum vs object-hash (primitive types) 10 months ago
for vs foreach ej 10 months ago
RegEx.test vs Array.includes bench 10 months ago
array indexOf vs includes vs some corrected

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

10 months ago
JavaScript spread operator vs Object.assign performance no mut 10 months ago
speed test date-fns.parse 10 months ago
JavaScript hkjJA performance1 10 months ago
Boolean vs !!!!!!!! 10 months ago
JSON.stringify vs structuredClone 4 10 months ago
JSON.stringify vs structuredClone 2

JSON.stringify vs structuredClone

10 months ago
Array.from vs Spread with mapper func 10 months ago
JSON.stringify vs structuredClone 3

JSON.stringify vs structuredClone

10 months ago
addEventListener() vs jQuery.on() with click 10 months ago
Slice vs pop array with N elements

Benchmarking slicing(0, N) and checking if array.length > N and popping the last item

10 months ago
Remove diacritics from string 10 months ago
Concat array concat, spread, push spread

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

10 months ago
js array copy speed comparison - spread - push 10 months ago
js array copy speed comparison - spread 10 months ago
Object.fromEntries vs reduce, using arrays 10 months ago

 New benchmark Your benchmarks