You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dirty secret of Scala collections is that while-loops are much faster than foreach, and for comprehensions. Would be interesting to see those in the benchmark.
The text was updated successfully, but these errors were encountered:
Dirty secret of Scala collections is that while-loops are much faster than foreach, and for comprehensions. Would be interesting to see those in the benchmark.
The text was updated successfully, but these errors were encountered: