Test name | Executions per second |
---|---|
reduce with forEach | 6531.4 Ops/sec |
flatMap | 289.9 Ops/sec |
reduce with forEach (directly) | 1000.8 Ops/sec |
flat | 294.4 Ops/sec |
reduce with apply | 558.8 Ops/sec |
for with foreach | 545.3 Ops/sec |
for with apply | 318.2 Ops/sec |
nested for | 698.4 Ops/sec |
reduce with while | 10909.4 Ops/sec |
while with foreach | 723.2 Ops/sec |
while with apply | 389.8 Ops/sec |
while with for | 1222.6 Ops/sec |
nested while | 1316.6 Ops/sec |
nested reduce | 6960.1 Ops/sec |