Test name | Executions per second |
---|---|
Using array filter and reduce + spread | 581762.4 Ops/sec |
Using array filter and object assign | 433754.5 Ops/sec |
Using array filter and object assign SMALLER array first | 530794.9 Ops/sec |
Using array filter and object assign SMALLER array first, includes instead of in | 449510.7 Ops/sec |