toFixed vs Round vs floor vs Bitwise vs Math.trunc| Test case name | Result |
|---|---|
| toFixed | |
| Round | |
| floor | |
| Bitwise | |
| Math.trunc |
| Test name | Executions per second |
|---|---|
| ✓ Bitwise | 149,503,312 Ops/sec |
| Math.trunc | 712,238 Ops/sec |
| Round | 705,876 Ops/sec |
| floor | 700,182 Ops/sec |
| toFixed | 229,652 Ops/sec |