Test name | Executions per second |
---|---|
Native toString() | 2298109.5 Ops/sec |
Native toFixed(9) | 2499095.2 Ops/sec |
bignumber.js toString() | 238115.1 Ops/sec |
bignumber.js toFixed(18) | 233943.6 Ops/sec |
big.js toString() | 244620.8 Ops/sec |
big.js toFixed(18) | 247099.0 Ops/sec |
decimal.js toString() | 195932.4 Ops/sec |
decimal.js toFixed(18) | 185972.8 Ops/sec |