| Test name | Executions per second |
|---|---|
| Native toString() | 40250180.0 Ops/sec |
| Native toFixed(9) | 40400780.0 Ops/sec |
| bignumber.js toString() | 435840.2 Ops/sec |
| bignumber.js toFixed(18) | 438181.8 Ops/sec |
| big.js toString() | 434633.8 Ops/sec |
| big.js toFixed(18) | 379201.7 Ops/sec |
| decimal.js toString() | 353112.1 Ops/sec |
| decimal.js toFixed(18) | 328715.6 Ops/sec |