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() | 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 |