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

better performance on SimplifyArrayIndexingOptimizer #240

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

danieldubrovski
Copy link
Contributor

makes a huge performance improvement on large codesystems

Copy link
Member

@cmoesel cmoesel left a comment

Choose a reason for hiding this comment

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

This change makes a lot of sense and I can see why it is more efficient. I'm not sure why we used a filter here in the first place, but maybe we used to do more with filteredElements later? That said, the solution you've implemented makes perfect sense now! Thank you for this!

@cmoesel cmoesel merged commit c0892bf into FHIR:master Sep 7, 2023
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.

3 participants