Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
No description provided
save length of the u8arr in the variable vs get it the loop
This benchmark tests whether the speed or JSON.stringify changes with object size
No description provided
No description provided
No description provided
No description provided
No description provided
Measure how fast is the date parsing using new Date()
No description provided
No description provided
Compares slice, substr and substring to each other when there is only a start index
No description provided
Compare the new ES6 spread operator with the traditional concat() method and push for single item
No description provided
No description provided
Compare different techniques for combining 2 arrays into either a new array or the source array
No description provided
Test the performance of replace() vs substring() vs slice() when replacing a char at the beginning of a (in this case uri query-)string that may or may not be there. Added the combined brackets[ ] + substr() method, since it's always the first char we wan't to pop off. Inspired by https://jsperf.com/replace-or-substr. Note: could not get 'let' and 'const' to work. Well, too bad...
No description provided
No description provided
Compare the new ES6 spread operator with the traditional concat() method
No description provided