| Test case name | Result |
|---|---|
| immutable with concat | |
| direct mutation with splice + spread | |
| direct mutation with push + spread |
| Test name | Executions per second |
|---|---|
| immutable with concat | 7204691.0 Ops/sec |
| direct mutation with splice + spread | 6363303.0 Ops/sec |
| direct mutation with push + spread | 12627940.0 Ops/sec |