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

Remove Python-generated binary search and use match for color keywords #32

Merged
merged 2 commits into from
Dec 10, 2013

Conversation

SimonSapin
Copy link
Member

match is slightly slower in the worst case, but removing the build system complexity of a Python-generated Rust file is worth it.

@SimonSapin
Copy link
Member Author

This does not change any run-time behavior.

metajack added a commit that referenced this pull request Dec 10, 2013
Remove Python-generated binary search and use match for color keywords
@metajack metajack merged commit de4812d into servo:master Dec 10, 2013
@SimonSapin SimonSapin mentioned this pull request Dec 11, 2013
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