Test name | Executions per second |
---|---|
reduce with forEach | 7783.9 Ops/sec |
flatMap | 300.0 Ops/sec |
reduce with forEach (directly) | 1278.2 Ops/sec |
flat | 297.6 Ops/sec |
reduce with apply | 590.2 Ops/sec |
for with foreach | 649.5 Ops/sec |
for with apply | 339.6 Ops/sec |
nested for | 752.1 Ops/sec |
reduce with while | 11774.5 Ops/sec |
while with foreach | 1066.4 Ops/sec |
while with apply | 441.7 Ops/sec |
while with for | 1409.6 Ops/sec |
nested while | 1504.4 Ops/sec |
nested reduce | 7844.0 Ops/sec |