Benchmark name | When Created |
---|---|
teteteteteeetet | 5 years ago |
Array.from vs Spread with undefined and map
Compare using Array.from vs Spread syntax to create an array with a fixed length and then map over it |
5 years ago |
jQuery vs javascript loop
Comparing speed of getting element by id with jQuery vs Vanilla JS |
5 years ago |
Ramda sort vs. native sort | 5 years ago |
Petuwok1 | 5 years ago |
SpreadVSPush | 5 years ago |
Fly Json ODM - 1.8.4 Browser
Benchmark using Fly Json ODM in browser for 1million json array |
5 years ago |
lodash equal
primitive equality test |
5 years ago |
Test jqueryWrapperObject.find("#id") vs jquery("#id") | 5 years ago |
isNumber vs typeof
lodash vs es6 |
5 years ago |
Optional Chaining versus _.get lodash aaaaa | 5 years ago |
Push vs Splice
Testing whether Push vs Slice to add an element to the list has a significant performance difference. |
5 years ago |
Fly Json ODM
Benchmark using Fly Json ODM for WHERE in browser |
5 years ago |
eateat
eateata |
5 years ago |
_.isEqual vs ===
_.isEqual vs === |
5 years ago |
Array.prototype.slice(0) vs spread operator 99999
Compare the new ES6 spread operator with the traditional slice(0) method |
5 years ago |
Array filter falsy | 5 years ago |
Array.prototype.slice(0) vs spread operator
Compare the new ES6 spread operator with the traditional slice(0) method |
5 years ago |
test two of the same | 5 years ago |
For of vs map | 5 years ago |
[forked] append scalar value Array.prototype.concat vs spread operator vs push
Compare the new ES6 spread operator with the traditional concat() method and push |
5 years ago |
Stardust variables | 5 years ago |
Compare spread operator and concat in arrays
This benchmark is to compare the cost of using the spread operator |
5 years ago |
Compare the cost of Array.prototype.length
This benchmark is to compare if storing the length of an array in a variable is valuable when it is needed to access this data multiple times |
5 years ago |
test substring vs slice vs substr | 5 years ago |