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) | 22639.7 Ops/sec |
indexOf and delete (will leave initial length of array) (mutable) | 829148.6 Ops/sec |
indexOf and splice (mutable) | 7939405.0 Ops/sec |
indexOf and slice and spread (immutable) | 7079069.0 Ops/sec |