Test name | Executions per second |
---|---|
reduce with forEach | 7398.1 Ops/sec |
flatMap | 301.0 Ops/sec |
reduce with forEach (directly) | 1219.8 Ops/sec |
flat | 294.2 Ops/sec |
reduce with apply | 569.5 Ops/sec |
for with foreach | 614.4 Ops/sec |
for with apply | 332.2 Ops/sec |
nested for | 726.0 Ops/sec |
reduce with while | 11666.8 Ops/sec |
while with foreach | 996.8 Ops/sec |
while with apply | 421.9 Ops/sec |
while with for | 1336.2 Ops/sec |
nested while | 1426.1 Ops/sec |
nested reduce | 7209.5 Ops/sec |
reduce with while plus | 31704.9 Ops/sec |