Benchmark name | When Created |
---|---|
jQuery AJAX vs Fetch API
Benchmark jQuery AJAX wrapper vs Fetch API that shows the power of Vanilla JS Checked test: jQuery x 20,305 ops/sec ±5.52% (61 runs sampled) => 50ms execution time Checked test: Vanilla JS x 26,853 ops/sec ±6.86% (56 runs sampled) => 38ms execution time |
3 years ago |
Ramda vs. Lodash equality 2
Compares performance on the same task using Lodash vs Ramda vs Fastest Clone. |
3 years ago |
Array.prototype.concat vs push apply vs spread operator
Compare the new ES6 spread operator with the concat and apply method |
3 years ago |
JavaScript spread operator vs Object.assign performance vs a custom merge object method | 3 years ago |
Modern dataset vs old .getAttribute() vs jQuery .data() vs jQuery .attr() rfgonzalezweb | 3 years ago |
Lodash cloneDeep VS spread operator with edit | 3 years ago |
cloneDeep vs spread object vs json | 3 years ago |
reduce vs map+reduce | 3 years ago |
sync vs promise | 3 years ago |
slice v splice chunking
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower |
3 years ago |
Filter vs InLoop | 3 years ago |
Spread vs pusha
testaa |
3 years ago |
Array.sort vs Math.min+Math.max1233 | 3 years ago |
Array.sort vs Math.min+Math.max123 | 3 years ago |
arity 3 string join vs concat vs plus with separator | 3 years ago |
arity 3 string join vs concat | 3 years ago |
Normalize path: JS Regex vs .endsWith vs .indexOf vs .slice | 3 years ago |
filter with Boolean
filter with Boolean |
3 years ago |
Switch Case vs Object vs Array vs Map | 3 years ago |
ID vs NAME | 3 years ago |
native reduce vs uniqBy | 3 years ago |
Lodash sortBy vs orderBy corrected vs sort
Lodash sortBy vs orderBy |
3 years ago |
Underscore each vs forEach | 3 years ago |
Array.from vs for...of vs [...] | 3 years ago |
data vs class | 3 years ago |