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 | 4803413.0 Ops/sec |
direct mutation with splice + spread | 4882528.5 Ops/sec |
direct mutation with push + spread | 5879641.5 Ops/sec |