Test name | Executions per second |
---|---|
reduce with forEach | 7467.5 Ops/sec |
flatMap | 300.2 Ops/sec |
reduce with forEach (directly) | 1265.6 Ops/sec |
flat | 301.8 Ops/sec |
reduce with apply | 578.3 Ops/sec |
for with foreach | 637.7 Ops/sec |
for with apply | 331.8 Ops/sec |
nested for | 736.1 Ops/sec |
reduce with while | 6471.6 Ops/sec |
while with foreach | 930.6 Ops/sec |
while with apply | 428.7 Ops/sec |
while with for | 1370.8 Ops/sec |
nested while | 1456.8 Ops/sec |
nested reduce | 7624.8 Ops/sec |