phaller / reactive-async

Expressive deterministic concurrency in Scala
BSD 2-Clause "Simplified" License
15 stars 9 forks source link

[performance] Use Iterables in Key #121

Closed JanKoelzer closed 6 years ago

JanKoelzer commented 6 years ago

Some casts can be avoided. The gain is most probably minimal, though.

JanKoelzer commented 6 years ago

Tests with OPAL showed that the performance increases significantly.

JanKoelzer commented 6 years ago

Included in #145