| Test case name | Result |
|---|---|
| Native toString() | |
| Native toFixed(9) | |
| bignumber.js toString() | |
| bignumber.js toFixed(18) | |
| big.js toString() | |
| big.js toFixed(18) | |
| decimal.js toString() | |
| decimal.js toFixed(18) |
| 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 |