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
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.
No description provided
lodash groupBy vs Array.reduce 100k fair3 smol
No description provided
No description provided
Most real example of Assignment of value vs Destructuring an object
No description provided
Testing this testing app
No description provided
For times when a shallow copy is needed, what is the performance difference between these 3 methods.
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
What is faster, sorting at each update ot inserting
Compares if/else, switch/case and a JSON mapping to functions.