avoid creation of ListBuffers for Seq.empty and Seq()#8789
Merged
retronym merged 1 commit intoscala:2.12.xfrom Mar 24, 2020
Merged
avoid creation of ListBuffers for Seq.empty and Seq()#8789retronym merged 1 commit intoscala:2.12.xfrom
retronym merged 1 commit intoscala:2.12.xfrom
Conversation
e7f067f to
32fac90
Compare
dwijnand
requested changes
Mar 9, 2020
retronym
requested changes
Mar 20, 2020
Member
retronym
left a comment
There was a problem hiding this comment.
Move the optimization into the inherited methods for binary compatibility.
32fac90 to
4aa38ba
Compare
4aa38ba to
b198815
Compare
Contributor
Author
Reworked as suggested. Also reworked |
dwijnand
approved these changes
Mar 23, 2020
retronym
approved these changes
Mar 24, 2020
hamzaremmal
pushed a commit
to hamzaremmal/scala3
that referenced
this pull request
May 2, 2025
avoid creation of ListBuffers for Seq.empty and Seq()
hamzaremmal
pushed a commit
to scala/scala3
that referenced
this pull request
May 7, 2025
avoid creation of ListBuffers for Seq.empty and Seq()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.