Benchmark name When Created
for in vs Object.entires 2 10 months ago
for i versus map 10 months ago
JSON.stringify VS JSON.parse

compares the performance of json parse vs json stringify

10 months ago
Object mapping 10 months ago
Chunk - lodash vs javascript vs for loop vs reduce 10 months ago
Add item to array: push vs spread vs assign vs assign+grow 10 months ago
for in vs Object.entires 10 months ago
Negate Number 10 months ago
Testing array lookup vs storing it in a variable first 10 months ago
Small but maybe empty Array versus Small Object (Access wise) 10 months ago
Small but maybe empty Array versus Small Object (Creation wise) 10 months ago
Large but empty Array versus Small Object (Access wise) 10 months ago
Large but empty Array versus Small Object (Creation wise) 10 months ago
structuredClone perf

just benchmarking things

10 months ago
Filter vs FindIndex splice 10 months ago
slice vs. for 10 months ago
Array includes vs Object key lookup vs Object hasOwnProperty

Compares performance of Array.prototype.includes() vs Object key lookup vs Object.prototype.hasOwnProperty()

10 months ago
Lodash intersection vs nested finds

This benchmark compares some algorithms to check if there is an element from an array into another

10 months ago
Another Proxy Test 10 months ago
Proxy Test 10 months ago
slice + spread vs slice + concat vs slice + mutation vs spread + mutation vs slice + splice 10 months ago
slice + spread vs slice + concat vs slice + mutation vs spread + mutation vs splice 10 months ago
set.has vs. Object key lookup2 10 months ago
for of / forEach. 10 months ago
Array.prototype.push with ... vs Array.prototype.push.apply 10 months ago

 New benchmark Your benchmarks