Benchmark name When Created
Hashmap.has vs Array.Filter (random access - generated at start) 2 months ago
Hashmap.has vs Array.Filter 2 months ago
0f34ebcc-626d-4bc7-a899-c8b8f3db7d88 2 months ago
class vs object vs function 2 months ago
lodash uniq vs set with spread as 2 months ago
Map vs Object forkkk

Lookup of map vs object

2 months ago
loop vs some 3214 1234 12342 2 months ago
loop vs some 3214 1234 1234 2 months ago
js search benchmark restricti 2 months ago
escapeIdentifier 2 months ago
Lodash Filter test 2 months ago
loop speed

i < len versus none item

2 months ago
Dot property set notation VS Lodash.set(nested)

Compares different approaches to set an object property

2 months ago
URL.toString() vs String(URL)

Testing different ways to convert JavaScript's URL object to its string representation.

2 months ago
compare the ways to generate an array filled with empty objects for iteration 2

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

2 months ago
compare the ways to generate an array filled with empty objects for iteration

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

2 months ago
replace w/ RegExp vs replaceAll 2 months ago
starts/endswith vs regex.test 2 months ago
r includes vs regex 2 months ago
replaceAll vs non-regex replace 2 months ago
Errors grbtgrh 2 months ago
Array.reduce vs for of loop with set

A test summing 1000 random numbers, 1 - 10000

2 months ago
indexOf !== -1 vs > -1 2 months ago
Object.fromEntries vs for of Object.keys 2 months ago
React useCallback hook vs. custom hook (React 18) 2 months ago

 Create Your benchmarks