Browse the latest JavaScript performance benchmarks created by the community.
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
No description provided
No description provided
No description provided
Lookup of map vs object
Lookup of map vs object
No description provided
No description provided