Benchmark name When Created
Map.has vs Object hasOwnProperty vs direct check

Lookup of map vs object

2 months ago
Map.has vs Object hasOwnProperty

Lookup of map vs object

2 months ago
Array.find vs Map.get

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

2 months ago
structuredClose(myObject) vs JSON.parse(JSON.stringify(myObject))

Both structuredClone(myObject) and JSON.parse(JSON.stringify(myObject)) can be used to create deep copies of JavaScript objects, but which is faster for a decent sized object?

2 months ago
DOMParser vs createElement

which is faster for converting raw html into textContent

2 months ago
Intl.Collator.compare() vs localeCompare() #2 2 months ago
Intl.Collator.compare() lowercase vs sensitivity vs localeCompare 2 months ago
JS if/if vs if/else if with negotiations

Modification of https://www.measurethat.net/Benchmarks/Show/1726/0/js-ifif-vs-ifelse-if with test case for heterogeneous checks

2 months ago
Intl.Collator.compare() lowercase vs sensitivity #4 2 months ago
Intl.Collator.compare() lowercase vs sensitivity #3 3 months ago
Typed array vs normal array 3 months ago
Reducer Test #001 01.10.2024 3 months ago
Object.entries vs ...... 3 months ago
Object.entries vs ... 3 months ago
Object.entries 3 months ago
Spread operator vs. Array.map change elemet 3 months ago
Stringify vs join on flat string arrays 3 months ago
lodash merge vs custom merge js 3 months ago
lodash merge vs spread js 3 months ago
Array.prototype.every vs Lodash every()

comparing performance of Array.prototype.every vs Lodash every()

3 months ago
Object.values vs lodash values

comparing performance of Object.values vs lodash values

3 months ago
lodash merge vs spread 4 3 months ago
lodash merge vs object.assign vs spread 1 3 months ago
allocating objects vs allocating maps 3 months ago
get data attributes update 1 3 months ago

 Create Your benchmarks