Benchmark name | When Created |
---|---|
Array.prototype.concat vs spread operator 12345
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
jQuery addClass vs classList.add qS | 6 years ago |
jQuery 3.3.1 slim by id vs Document.getElementById
Comparing speed of getting element by id with jQuery vs Vanilla JS |
6 years ago |
lodash assign vs object.assign vs spread | 6 years ago |
undefined vs. typeof vs. in vs. hasOwnProperty 2
Object lookup performance |
6 years ago |
Object assignments | 6 years ago |
Object.assign vs mutation assign | 6 years ago |
Array vs spread
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
Validate URL
Compares how fast are various implementation of URL-validating modules, which are as close to RFC 3986 as possible. |
6 years ago |
Array clone | 6 years ago |
InnerHTML vs deleteRow
Testing to see what is the fastest way to clear a table. |
6 years ago |
Array.concat vs Spread Operator
Compare the new ES6 spread operator with the standard concat() method |
6 years ago |
Prepand to array | 6 years ago |
filter vs compact enhanced
from "filter vs compact" but with warmup and without `!!` type casts |
6 years ago |
DonJoee test
js vs jquery get class |
6 years ago |
className vs. setAttribute vs. classList 2 | 6 years ago |
array_concat_sprad | 6 years ago |
_.forEach vs forEach() | 6 years ago |
_.includes vs includes() | 6 years ago |
Underscore and Lodash: isEqual v3 | 6 years ago |
assign vs compareaa | 6 years ago |
assign vs comparea | 6 years ago |
_.merge vs Object.assign | 6 years ago |
array object find vs _.find
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
Array filter vs. for loop and for in
This version declares i once before |
6 years ago |