Benchmark name When Created
Spread vs. push vs. concat one month ago
sorting

map & find with O(n^2) vs 2 iterations

one month ago
check Replace on number format one month ago
Array.find vs Array.indexOf vs Array.filter vs Map.has

Compare performance between Array.find vs Map.has

one month ago
Array.findFirst vs Map.has

Compare performance between Array.findFirst vs Map.has

one month ago
JS find vs arr[indexOf ]

JS find vs indexOf

one month ago
Inline JS vs Single Function vs Function Composition one month ago
Callback vs Proxy apply

Compare extension techniques using callback and proxy. For sure callbacks should be faster, but when Proxy is considered as production solution so be aware of performance penalty

one month ago
lodash uniq vs set incl. destructuring one month ago
fastest filter and map one month ago
array performance (vs slice, splice, length = 0) one month ago
For of with entries vs basic for one month ago
UINT32Array one month ago
Lodash omit vs Native delete - My one month ago
Access time Map vs Object one month ago
compare the ways to generate a random array for iteration + while

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

one month ago
compare the ways to generate a random 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 })

one month ago
drizzle mapping #01 one month ago
Variable assignement v2 one month ago
Variable assignement one month ago
XHR vs fetch without JSON parsing one month ago
Compare !array.length vs array.length === 0

Compare both ways of test an empty array

one month ago
array.length vs array.length === 0 one month ago
Test save/restore one month ago
_.groupBy vs Object.groupBy 100k one month ago

 New benchmark Your benchmarks