Benchmark name | When Created |
---|---|
Switch vs. Object literal | one year ago |
Testing leftpad just for lulz | one year ago |
String casting test
Test which string casting method is fastest |
one year ago |
RegEx.test vs. String.includes vs. String.search (All case insensitive) | one year ago |
bignumber.js vs native benchmark: string to number
- https://github.com/iriscouch/bigdecimal.js/tree/v0.6.1 - 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://github.com/infusion/Fraction.js/tree/v4.0.12 |
one year ago |
bignumber.js vs native benchmark: compareTo
- https://github.com/iriscouch/bigdecimal.js/tree/v0.6.1 - 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://github.com/infusion/Fraction.js/tree/v4.0.12 |
one year ago |
bignumber library vs native benchmark: compareTo
- https://github.com/iriscouch/bigdecimal.js/tree/v0.6.1 - 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://github.com/infusion/Fraction.js/tree/v4.0.12 |
one year ago |
cameronaziz - uniqueId-1 | one year ago |
Lodash startCase vs Native - caziz | one year ago |
.map.includes vs .find with shuffle | one year ago |
Regex whitespace vs manual checking | one year ago |
spread vs concat vs unshift vs slice.unshift
spread vs concat vs unshift vs slice.unshift |
one year ago |
.map.includes vs .filter with shuffle | one year ago |
RegExp unnecessary matches implications
Check if having unnecessary matches in a regular expression has some performance implication |
one year ago |
Console.log string vs object | one year ago |
Array.from() vs new Array(), filling with index
Testing the difference between creating arrays with different values in each position. |
one year ago |
Round Comparison | one year ago |
_.includes vs includes() 2 | one year ago |
includes vs has test | one year ago |
filter-map vs reduce 100k
modified version of `map-filter vs reduce` that switches the order of operations |
one year ago |
Array filter vs Lodash intersection 2 | one year ago |
Array filter vs Lodash intersection 1 | one year ago |
.map.includes vs .filter | one year ago |
Object.values vs spread operator (...) to clone arrays. | one year ago |
json stringify vs array tostring when long array | one year ago |