Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
This benchmark compares using `addEventListener('resize')` with window.innerWidth VERSUS window.matchMedia with its `addListener()` function to see which is faster, when checking multiple conditions (8 different sizes, in this case).
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.
Lookup of map vs object
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Testing the difference between native loops and find()
Comparing performance of: lodash reverse vs native Array.prototype.reverse
Iterate the keys of an object in a few different ways.
No description provided
No description provided
No description provided
Comparing array find vs map get