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
No description provided
No description provided
No description provided
No description provided
No description provided
javascript concat vs spread operator vs push
No description provided
No description provided
test
No description provided
No description provided
t
No description provided
Manage Todos in a list - compare performance of Array vs Linked List.
Manage Todos in a list - compare performance of Array vs Linked List.
Compares slice, substr and substring to each other when there is only a start index
Compares slice, substr and substring to each other when there is only a start index
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...