Test name | Executions per second |
---|---|
Native toString() | 2036508.4 Ops/sec |
Native toFixed(9) | 2252786.5 Ops/sec |
bignumber.js toString() | 214794.8 Ops/sec |
bignumber.js toFixed(18) | 214272.0 Ops/sec |
big.js toString() | 221429.0 Ops/sec |
big.js toFixed(18) | 227616.2 Ops/sec |
decimal.js toString() | 192547.5 Ops/sec |
decimal.js toFixed(18) | 178055.3 Ops/sec |