Benchmark name When Created
Inline JS vs Single Function vs Function Composition 9 months 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

9 months ago
lodash uniq vs set incl. destructuring 9 months ago
fastest filter and map 9 months ago
array performance (vs slice, splice, length = 0) 9 months ago
For of with entries vs basic for 9 months ago
UINT32Array 9 months ago
Lodash omit vs Native delete - My 9 months ago
Access time Map vs Object 9 months 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 })

9 months 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 })

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

Compare both ways of test an empty array

9 months ago
array.length vs array.length === 0 9 months ago
Test save/restore 9 months ago
_.groupBy vs Object.groupBy 100k 9 months ago
lodash clonedeep vs json.parse() an already stringified object

Comparing lodash clonedeep vs json.parse() an already stringified object

9 months ago
JSON.parse vs JSON.stringify 2

JSON.parse vs JSON.stringify 2

9 months ago
JSON.parse vs JSON.stringify

Comparing performance of JSON.parse vs JSON.stringify

9 months ago
Moment Dayjs comparison by me 9 months ago
vezes potencia 9 months ago
Array.prototype.filter vs Lodash filter vs For vs for..in vs for..of 2 9 months ago

 Create Your benchmarks


;