Test name | Executions per second |
---|---|
Native toString() | 4067565.0 Ops/sec |
Native toFixed(9) | 4067041.8 Ops/sec |
bignumber.js toString() | 331356.0 Ops/sec |
bignumber.js toFixed(18) | 335006.8 Ops/sec |
big.js toString() | 333372.5 Ops/sec |
big.js toFixed(18) | 284186.2 Ops/sec |
decimal.js toString() | 251173.8 Ops/sec |
decimal.js toFixed(18) | 200453.2 Ops/sec |