| Test name | Executions per second |
|---|---|
| ✓ Native toFixed(9) | 40,400,780 Ops/sec |
| Native toString() | 40,250,180 Ops/sec |
| bignumber.js toFixed(18) | 438,182 Ops/sec |
| bignumber.js toString() | 435,840 Ops/sec |
| big.js toString() | 434,634 Ops/sec |
| big.js toFixed(18) | 379,202 Ops/sec |
| decimal.js toString() | 353,112 Ops/sec |
| decimal.js toFixed(18) | 328,716 Ops/sec |