-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support for distinct on arrays #22
Comments
I've edited this issue too many times now... sorry about that. I seem to have confused myself about Scalaxy's support for |
It's definitely possible, with some devil in the details... Testing a proto right now :-) |
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 callflatten
and thendistinct
. Scalaxy seems to supportflatten
if thefoolish
optimization strategy is used (which I didn't know earlier). It would be great ifdistinct
were supported as well.Perhaps you could update the readme.md to list that
flatten
is supported too?Thanks again for all of the brilliant work!
The text was updated successfully, but these errors were encountered: