Benchmark name | When Created |
---|---|
filter vs compact v2 | 6 years ago |
Array.prototype.slice vs Spread (2) | 6 years ago |
JavaScript for() vs for..in vs forEach() vs _.forEach() vs _.forEachRight()
This benchmark tracks speed performance between two native iterator methods in JavaScript and Lodash forEach method. |
6 years ago |
lodash partition vs forEach with array push | 6 years ago |
Array.prototype.slice vs spread operator (correct)
Compare the new ES6 spread operator with the traditional slice() method |
6 years ago |
spread vs concat vs unshift (v2)
spread vs concat vs unshift |
6 years ago |
Jquery remove vs removeChild..
Jquery remove vs removeChild.. |
6 years ago |
Jquery remove VS removeChild
Jquery remove VS removeChild |
6 years ago |
BigNumber vs. Break Infinity | 6 years ago |
Array append | 6 years ago |
Lodash max vs Math.max | 6 years ago |
Array.prototype.concat vs spread operator testing
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
JQuery version speed test 2345667 | 6 years ago |
JavaScript spread operator vs Slice performance | 6 years ago |
Array.prototype.concat vs spread operator noJQuery
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
_.isEmpty vs Object.keys.length fork | 6 years ago |
Filter: Lodash vs Native | 6 years ago |
Array filter vs indexOf - search, add and remove an element (objects)
Compare filter and indexOf in adding new and removing existing elements from the array |
6 years ago |
Array filter vs indexOf - search, add and remove an element
Compare filter and indexOf in adding new and removing existing elements from the array |
6 years ago |
Object.assign vs spread operator123
123 |
6 years ago |
Doc Testing
testing |
6 years ago |
isArray vs instanceof vs Symbol.iterator
Symbol.iterator also matches TypedArray, Map, and such |
6 years ago |
call vs prop & array vs map for both | 6 years ago |
Jump vs switch case v2
Updated to separate function creation from test. Also added in alternatives for arrow functions and Map |
6 years ago |
Ramda vs Native (after TS) | 6 years ago |