Benchmark name | When Created |
---|---|
class vs class begin | 6 years ago |
angular.copy vs JSON.parse(JSON.stringify())
FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value. |
6 years ago |
Canvas gradient perf | 6 years ago |
Fibonacci vs Memo | 6 years ago |
Fibonacci vs Memo | 6 years ago |
getElementById, querySelector, window | 7 years ago |
In place array concatenation benchmark.
Test performance between spread operator and push.apply |
7 years ago |
Map and Filter vs forEach | 7 years ago |
indexOf vs foreEach | 7 years ago |
Compare toggling attribute spaced values | 7 years ago |
Compare toggling attribute spaced values | 7 years ago |
substr vs repeat | 7 years ago |
substr vs repeat | 7 years ago |
tewgwggweg
gwegwgw |
7 years ago |
Lodash vs Ramda | 7 years ago |
Ramda vs. Lodash
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. |
7 years ago |
spread vs concat | 7 years ago |
Toggle Classses | 7 years ago |
querySelectorAll vs query vs qs
100 Li elements using querySelectorAll and custom query function got from http://ryanmorr.com/abstract-away-the-performance-faults-of-queryselectorall/ and qs from https://codereview.stackexchange.com/questions/25452/very-fast-query-selector |
7 years ago |
querySelectorAll vs query
100 Li elements using querySelectorAll and custom query function got from http://ryanmorr.com/abstract-away-the-performance-faults-of-queryselectorall/ |
7 years ago |
querySelectorAll vs query
100 Li elements using querySelectorAll and custom query function got from http://ryanmorr.com/abstract-away-the-performance-faults-of-queryselectorall/ |
7 years ago |
simpleStringify vs JSON.stringify | 7 years ago |
prefix check | 7 years ago |
Array loop vs foreach vs map | 7 years ago |
push vs concat | 7 years ago |