Test name | Executions per second |
---|---|
reduce with forEach | 7576.6 Ops/sec |
flatMap | 279.2 Ops/sec |
reduce with forEach (directly) | 1103.2 Ops/sec |
flat | 297.2 Ops/sec |
reduce with apply | 571.2 Ops/sec |
for with foreach | 623.1 Ops/sec |
for with apply | 327.6 Ops/sec |
nested for | 724.6 Ops/sec |
reduce with while | 11189.3 Ops/sec |
while with foreach | 1014.3 Ops/sec |
while with apply | 423.5 Ops/sec |
while with for | 1343.9 Ops/sec |
nested while | 1415.9 Ops/sec |
nested reduce | 7460.2 Ops/sec |
reduce with while plus | 30196.2 Ops/sec |