Test case name | Result |
---|---|
Using array filter and reduce + spread | |
Using array filter and object assign | |
Using array filter and object assign SMALLER array first | |
Using array filter and object assign SMALLER array first, includes instead of in | |
Using array filter and reduce + spread + includes |
Test name | Executions per second |
---|---|
Using array filter and reduce + spread | 574493.0 Ops/sec |
Using array filter and object assign | 422799.7 Ops/sec |
Using array filter and object assign SMALLER array first | 509160.9 Ops/sec |
Using array filter and object assign SMALLER array first, includes instead of in | 432962.1 Ops/sec |
Using array filter and reduce + spread + includes | 480566.1 Ops/sec |