We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
similar to #26 but specifically for distinct
stats (https://github.com/pkukielka/scala-collections-usage/blob/master/run2/traced.csv) show distinct is called many times on empty collections, and there are many optimisations that can be baked off against each other
127284 scala.collection.immutable.Nil$::distinct()Ljava/lang/Object;
The text was updated successfully, but these errors were encountered:
made a start in https://github.com/rorygraves/scalac_perf/tree/mike/2.12.x_distinct - just a few ideas
Sorry, something went wrong.
@pkukielka can update this issue reference the PRs and update the milestones Is this merged yet? to 2.13
pkukielka
No branches or pull requests
similar to #26 but specifically for distinct
stats (https://github.com/pkukielka/scala-collections-usage/blob/master/run2/traced.csv) show distinct is called many times on empty collections, and there are many optimisations that can be baked off against each other
The text was updated successfully, but these errors were encountered: