Benchmark name | When Created |
---|---|
Console.log impact on performance | 3 years ago |
Javascript slice, splice, pop, unshift fixed | 3 years ago |
bignumber.js vs. big.js vs. decimal.js vs. math.min.js
- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 -https://pagecdn.io/lib/mathjs/9.4.4/math.min.js |
3 years ago |
flatMap count vs reduce count | 3 years ago |
Javascript slice, splice, pop, unshift | 3 years ago |
display vs position benchmark
Test |
3 years ago |
bignumber.js vs. big.js vs. decimal.js (2)
- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 |
3 years ago |
Append(...Node) vs append(node) | 3 years ago |
object - key access vs object - key access(long key) | 3 years ago |
Ramda vs json stringify | 3 years ago |
math pow vs multiply vs ** | 3 years ago |
set.has vs. array.includes 1million | 3 years ago |
classList.contains() vs closest() performance
imitating click |
3 years ago |
for-in vs object.keys (2) | 3 years ago |
Lodash Times vs Array.from callback
_times(n,()=>func()) vs. Array.from({length: n},(_,i) => func()) |
3 years ago |
mathjs random vs Math.random | 3 years ago |
startsWith vs substring vs indexOf
startsWith vs substring vs indexOf |
3 years ago |
binaryStringPad
testing 3 methods of padding binary string |
3 years ago |
string vs number vs symbol | 3 years ago |
String() vs .toString() vs Concatenation vs Template string | 3 years ago |
Caching length property vs getting it each time in the loop - ak
save length of the array in the variable vs get it the loop |
3 years ago |
new Date("2020-03-20 0:04:02").getDate() | 3 years ago |
Iteration Speed 2 | 3 years ago |
StringInterpolation vs stringConcatenation | 3 years ago |
Teste some vs find | 3 years ago |