| 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() | 39037840.0 Ops/sec |
| Native toFixed(9) | 39231052.0 Ops/sec |
| bignumber.js toString() | 357441.8 Ops/sec |
| bignumber.js toFixed(18) | 316740.0 Ops/sec |
| big.js toString() | 399812.6 Ops/sec |
| big.js toFixed(18) | 351575.4 Ops/sec |
| decimal.js toString() | 328054.0 Ops/sec |
| decimal.js toFixed(18) | 272548.3 Ops/sec |