Browse the latest JavaScript performance benchmarks created by the community.
a
Compares slice, substr and substring to each other when there is only a start index
pow 0.5 vs sqrt
No description provided
testing removing all whitespaces whether by matching one space or multiple space at a time
No description provided
No description provided
No description provided
No description provided
Manage Todos in a list - compare performance of Array vs Linked List.
Compare loop performance
Compare loop performance
No description provided
No description provided
Various fixes for floating point issues
No description provided
No description provided
Compare the new ES6 spread operator with the traditional slice() method
No description provided
Compare the new ES6 spread operator with the traditional slice() method
No description provided
No description provided
No description provided
No description provided
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower