-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
List(...) optimization to avoid intermediate array #17166
List(...) optimization to avoid intermediate array #17166
Conversation
todo:
|
Hi @KuceraMartin! Would you like to continue working on this PR during the next issue spree? Do you think the TODOs left are easy and could be interesting for beginners to follow along? |
Hi @mbovel, actually I'm not sure if this is suitable for another spree.
I was planning to finish the PR by myself. If it doesn't get picked for the spree, I should have time to do it next week. |
f940d92
to
b09fe7d
Compare
ac14b5d
to
2ac7c1c
Compare
@KuceraMartin ticked off your TODOs, in my judgement. Could you have a look and let me know if you're happy with this landing? |
`List[String]()` was OK but not `List()` with `Nothing` inferred, which is how people write it. Follow-up to #17166 Noticed at scala/scala#10876
No description provided.