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

FhirPath equivalence is very costly #3012

Open
ewoutkramer opened this issue Jan 15, 2025 · 0 comments
Open

FhirPath equivalence is very costly #3012

ewoutkramer opened this issue Jan 15, 2025 · 0 comments

Comments

@ewoutkramer
Copy link
Member

Christiaan has determined that the equivalence operations in FhirPath are very extensive, they go way beyond Matches/IsExactly, especially because they try to cast values to each other (so an int and a decimal with the same value can be determined to be equal). This is expensive, which makes things like unions, distinct etc expensive.

Can we determine that these cost is warranted, e.g. is equality indeed defined as we have written it now? If not, can we simplify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant