-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Optimise type comparisons #441
Conversation
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Switch part divided up from run
Divided up GetConstField, GetField
Divide run dowhile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking pretty good. Let's wait for #422 to land to be able to easily see the changes in this branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool this is good to go then!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks perfect to me! Just needs a rebase :)
This Pull Request fixes #435.
It changes the following:
I've made the mistake of basing this of the branch used for pull request #422 so depending on if/when that PR is merged this PR can be merged. If it's going to be a pain to merge I can re-do it based on master.