Test case name | Result |
---|---|
filter (immutable) | |
indexOf and delete (will leave initial length of array) (mutable) | |
indexOf and splice (mutable) | |
indexOf and slice and spread (immutable) |
Test name | Executions per second |
---|---|
filter (immutable) | 22913.3 Ops/sec |
indexOf and delete (will leave initial length of array) (mutable) | 830730.8 Ops/sec |
indexOf and splice (mutable) | 7961174.5 Ops/sec |
indexOf and slice and spread (immutable) | 7081080.0 Ops/sec |