| Test name | Executions per second |
|---|---|
| Native toString() | 44923888.0 Ops/sec |
| Native toFixed(9) | 45412636.0 Ops/sec |
| bignumber.js toString() | 428724.3 Ops/sec |
| bignumber.js toFixed(18) | 431242.9 Ops/sec |
| big.js toString() | 381951.2 Ops/sec |
| big.js toFixed(18) | 326852.3 Ops/sec |
| decimal.js toString() | 328328.4 Ops/sec |
| decimal.js toFixed(18) | 296146.0 Ops/sec |