Test name | Executions per second |
---|---|
Native toString() | 4164099.5 Ops/sec |
Native toFixed(9) | 4187331.5 Ops/sec |
bignumber.js toString() | 339188.0 Ops/sec |
bignumber.js toFixed(18) | 338949.2 Ops/sec |
big.js toString() | 322204.8 Ops/sec |
big.js toFixed(18) | 290498.7 Ops/sec |
decimal.js toString() | 258968.8 Ops/sec |
decimal.js toFixed(18) | 237126.8 Ops/sec |