Benchmark name | When Created |
---|---|
className vs. setAttribute vs. classList - add/remove class | 6 years ago |
Find item in array | 6 years ago |
lodash map vs Object.keys map 1234
lodash map vs Object.keys map |
6 years ago |
lodash map vs Object.keys map 12345
lodash map vs Object.keys map |
6 years ago |
exercism-pangram
Test different pangram evaluations |
6 years ago |
dna-transcription
Tests the efficiency between using .replace(), .split().map().join(), and .split().reduce() to edit single character values in a DNA string. |
6 years ago |
For Each Vs Map Example Medium 2 | 6 years ago |
Array.reduce vs for loop vs Array.forEach vs for of loop Fixed
A test summing 1000 random numbers, 1 - 10000 |
6 years ago |
bitwise vs compare vs includes | 6 years ago |
Array.prototype.concat vs Array.push
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
arguments array vs declared arguments | 6 years ago |
groupBy spread vs mutating | 6 years ago |
For Each Vs Map Example Medium | 6 years ago |
undefined vs. typeof vs. in vs. hasOwnProperty vs exists vs double bang
Object lookup performance |
6 years ago |
slice vs substr vs substring (with end index)
Compares slice, substr and substring to each other when there is and a end index |
6 years ago |
Ramda vs. Lodash + Immutable
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. |
6 years ago |
lodash merge vs object.assign vs spread with arrays | 6 years ago |
Lodash vs. Set Intersection | 6 years ago |
Blues test | 6 years ago |
for vs for..of vs NodeList.forEach vs Array.forEach vs jQuery.each | 6 years ago |
Unerscore.keys vs object.keys | 6 years ago |
Object values: Object.entries VS Object.keys VS Object.keys with extra array VS Object.entries without array | 6 years ago |
Object.entries VS Object.keys VS Object.keys with extra array VS Object.entries without array | 6 years ago |
Object.entries VS Object.keys VS Object.keys with extra array | 6 years ago |
Object.entries VS Object.keys | 6 years ago |