Skip to content
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

Improve performance of suppressed range collection #27

Merged
merged 1 commit into from
May 23, 2019

Conversation

retronym
Copy link
Contributor

I noticed this phase was taking 2.5% of compilation time in the
Akka build (twice the parser phase.)

This PR avoids the temporary lists created by Tree.children

Avoids the temporary lists created by `Tree.children`
@ghik ghik merged commit 1c3b7aa into ghik:master May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants