Browse the latest JavaScript performance benchmarks created by the community.
performance comparison of ways to find if an array contains a value
No description provided
No description provided
No description provided
is it faster to create functions using function.bind or to wrap them in an arrow function. tested for requestAnimationFrame generation
No description provided
No description provided
No description provided
No description provided
Test the speed and memory usage using 3 different techniques for constructing class objects.
Comparing performance of perfomance.now, Date.now and new Date().getTime() and converting to b36 string
No description provided
Test a speed difference between these 2 approaches
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Lookup of map vs object
Missing clone-deep
lodash xor for toggling value vs es6 includes if else
No description provided
No description provided
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.