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

Optimize parse_flag #506

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Optimize parse_flag #506

merged 1 commit into from
Dec 18, 2023

Conversation

ypconstante
Copy link
Contributor

tokenize_literal already changes this value to lower case, so in parse_flag we can do a binary pattern match directly instead of running lower case in this value again.

@philss philss merged commit fd49dd6 into philss:main Dec 18, 2023
9 checks passed
@philss
Copy link
Owner

philss commented Dec 18, 2023

Thank you again!

@ypconstante ypconstante deleted the optimize-parse-flag branch December 18, 2023 18:04
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