Benchmark name | When Created |
---|---|
Dex vs jQuery setAttribute / getAttribute | 7 years ago |
Dex vs jQuery get inner HTML and set inner HTML
Get innerHTML if one element and copy it elsewhere |
7 years ago |
Dex vs jQuery addClass / removeClass
Add a class and then remove it. |
7 years ago |
Dex vs jQuery event delegation | 7 years ago |
Dex Test Two | 7 years ago |
Dex Test One | 7 years ago |
Which operator is faster for indexOf ( '>' vs '!==' ) is faster?
Is there a performance benefit to replacing > with !== for indexOf calculations? |
7 years ago |
Which operator is faster for indexOf ( '>' vs '===' ) is faster?
Is there a performance benefit to replacing > with !==? |
7 years ago |
Setting Canvas Pixel | 7 years ago |
getElementById, querySelector, window | 7 years ago |
deepcopy vs splice | 7 years ago |
Array.prototype.concat vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
7 years ago |
Array.prototype.concat vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
7 years ago |
regex vs indexOf | 7 years ago |
regex vs indexOf | 7 years ago |
Timestamp | 7 years ago |
regex vs indexOf | 7 years ago |
Math.pow(2,n) vs Table lookup?
Which is faster: Table lookup or Math.pow(2,10)? |
7 years ago |
Invert Colors | 7 years ago |
soa vs aos vs typed soa
As titled |
7 years ago |
soa vs aos
As titled |
7 years ago |
qwdqwdqwdqeqwdqw | 7 years ago |
TestTestTest | 7 years ago |
oneof loop vs idx | 7 years ago |
Can add to WeakSet?
How to check beforehand that the value won't throw exception when added to WeakSet in JavaScript? What is the most performant way? |
7 years ago |