| Test name | Executions per second |
|---|---|
| Native toString() | 3522886.2 Ops/sec |
| Native toFixed(9) | 3537945.0 Ops/sec |
| bignumber.js toString() | 294021.8 Ops/sec |
| bignumber.js toFixed(18) | 295739.5 Ops/sec |
| big.js toString() | 288025.4 Ops/sec |
| big.js toFixed(18) | 257287.5 Ops/sec |
| decimal.js toString() | 224029.5 Ops/sec |
| decimal.js toFixed(18) | 232781.7 Ops/sec |