template literal vs array join vs string concat vs the + operator vs unallocated array join| Test case name | Result |
|---|---|
| template literal | |
| array join | |
| string concat | |
| the + operator | |
| unallocated array join |
| Test name | Executions per second |
|---|---|
| ✓ template literal | 337,797,696 Ops/sec |
| the + operator | 320,837,216 Ops/sec |
| string concat | 32,991,010 Ops/sec |
| array join | 20,176,032 Ops/sec |
| unallocated array join | 18,043,746 Ops/sec |