| Test name | Executions per second |
|---|---|
| ✓ Native toFixed(9) | 45,412,636 Ops/sec |
| Native toString() | 44,923,888 Ops/sec |
| bignumber.js toFixed(18) | 431,243 Ops/sec |
| bignumber.js toString() | 428,724 Ops/sec |
| big.js toString() | 381,951 Ops/sec |
| decimal.js toString() | 328,328 Ops/sec |
| big.js toFixed(18) | 326,852 Ops/sec |
| decimal.js toFixed(18) | 296,146 Ops/sec |