Array vs Iterator.from WITH collecting to array vs Iterator.from WITHOUT collecting to array| Test case name | Result |
|---|---|
| Array | |
| Iterator.from WITH collecting to array | |
| Iterator.from WITHOUT collecting to array |
| Test name | Executions per second |
|---|---|
| ✓ Iterator.from WITHOUT collecting to array | 14,450,101 Ops/sec |
| Array | 1,130 Ops/sec |
| Iterator.from WITH collecting to array | 478 Ops/sec |