Test name | Executions per second |
---|---|
reduce with forEach | 7623.7 Ops/sec |
flatMap | 275.3 Ops/sec |
reduce with forEach (directly) | 1244.8 Ops/sec |
flat | 300.6 Ops/sec |
reduce with apply | 573.4 Ops/sec |
for with foreach | 641.3 Ops/sec |
for with apply | 334.4 Ops/sec |
nested for | 733.0 Ops/sec |
reduce with while | 11270.6 Ops/sec |
while with foreach | 1061.3 Ops/sec |
while with apply | 400.3 Ops/sec |
while with for | 1353.6 Ops/sec |
nested while | 1425.8 Ops/sec |
nested reduce | 7364.6 Ops/sec |