Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
Should you be saving your fields to an object with Object.keys(toSave).forEach(k => ...) or by for(var i in object) { toSave[i] } or by Object.assign(destination, toSave);
No description provided
Quickest operation to return smaller of 2 numbers
Quickest operation to return smaller of 2 numbers
Testing the difference between creating filled arrays.
Testing the difference between creating filled arrays.
No description provided
Testing if caching querySelector makes a diference
No description provided
No description provided
Test the speed and memory usage using 3 different techniques for constructing class objects.
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
performance comparison of ways to find if an array contains a value
No description provided
Typescript check of 'String' vs 'as string'
No description provided
No description provided