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

Don't cache operator definitions #835

Merged
merged 1 commit into from
Nov 19, 2022
Merged

Don't cache operator definitions #835

merged 1 commit into from
Nov 19, 2022

Conversation

jmbockhorst
Copy link
Member

I did some performance tests, and it turns out the caching is not really helping that much anyways. When I added this, I made an incorrect assumption that every operator was only defined once, which is not the case. I think we can safely remove caching without a performance hit.

Fixes #696.

@jmbockhorst jmbockhorst requested a review from razzeee November 18, 2022 14:12
@razzeee razzeee merged commit 0c51be7 into main Nov 19, 2022
@razzeee razzeee deleted the fix-operator-inference branch November 19, 2022 20:05
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.

Type inference error with Parser.Advanced
2 participants