reduce with concat without destructuring vs flatMap vs reduce with concat with destructuring| Test case name | Result |
|---|---|
| reduce with concat without destructuring | |
| flatMap | |
| reduce with concat with destructuring |
| Test name | Executions per second |
|---|---|
| ✓ flatMap | 4,695 Ops/sec |
| reduce with concat with destructuring | 19 Ops/sec |
| reduce with concat without destructuring | 1 Ops/sec |