Test name | Executions per second |
---|---|
Native toString() | 5532475.5 Ops/sec |
Native toFixed(9) | 5324427.5 Ops/sec |
bignumber.js toString() | 378998.5 Ops/sec |
bignumber.js toFixed(18) | 370606.6 Ops/sec |
big.js toString() | 377439.8 Ops/sec |
big.js toFixed(18) | 339654.4 Ops/sec |
decimal.js toString() | 267856.4 Ops/sec |
decimal.js toFixed(18) | 248396.0 Ops/sec |