Browse the latest JavaScript performance benchmarks created by the community.
asfasdasfasdasf
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
((acc, key) => ({ ...acc, [key]: value}) vs { acc[key] = value; return acc }
No description provided
Speed comparison between Array.prototype.reduce using array destructuring vs Array.prototype.flatMap, for a 500 by 20 two-dimensional array, simulating 20 pages each with 500 items
Speed comparison between Array.prototype.reduce using array destructuring vs Array.prototype.flatMap, for a 500 by 500 two-dimensional array, simulating 500 pages each with 500 items
Speed comparison between Array.prototype.reduce using array destructuring vs Array.prototype.flatMap, for a 500 by 100 two-dimensional array, simulating 100 pages each with 500 items
Speed comparison between Array.prototype.reduce using array destructuring vs Array.prototype.flat, for a 500 by 100 two-dimensional array, simulating 500 pages each with 500 items
Speed comparison between Array.prototype.reduce using array destructuring vs Array.prototype.flat, for a 500 by 100 two-dimensional array, simulating 100 pages each with 500 items
No description provided
Testing some things
No description provided
No description provided
((acc, key) => ({ ...acc, [key]: value}) vs { acc[key] = value; return acc }
No description provided
No description provided
No description provided
Comparing performance of: offsetwidth vs getBoundingClientRect