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
I am now heavily using Scalaxy/Streams in my current project, and it is crucial to our performance. :-)
However, I frequently have an Array[Array[X]] and call flatten and then distinct. Scalaxy seems to support flatten if the foolish optimization strategy is used (which I didn't know earlier). It would be great if distinct were supported as well.
Perhaps you could update the readme.md to list that flatten is supported too?