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

Minor iteration optimizations #527

Merged
merged 3 commits into from
Apr 10, 2021

Conversation

asummers
Copy link
Contributor

@asummers asummers commented Apr 8, 2021

Noticed these, so fixing them. Save some cycles by only doing one pass.

Copy link
Member

@axelson axelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good catches ❤️

@axelson axelson merged commit 9bb545d into elixir-lsp:master Apr 10, 2021
vanjabucic pushed a commit to vanjabucic/elixir-ls that referenced this pull request Jul 5, 2021
* perf: Remove iteration with Enum.map_join/3

* perf: Remove another iteration with Enum.map_join/3

* perf: Remove iteration using Map.new/2
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