Benchmark name | When Created |
---|---|
multiple Map usesage | 6 years ago |
className vs. classList v2 | 6 years ago |
REDUCE vs FOR 2018-09 | 6 years ago |
Map bench2 | 6 years ago |
Map bench | 6 years ago |
Lodash _.forEach vs Object forEach | 6 years ago |
Find item in large array - Fork
Search through a large array. |
6 years ago |
Find item in array - Fork
Add Lodash _.findIndex(); testcase. |
6 years ago |
Lodash isEqual test with different number of elements
Test on isEqual performance |
6 years ago |
Lodash isEqual test with different number of properties
Test on isEqual performance |
6 years ago |
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 |