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

py: Minor improvement to unichar_isxdigit #1273

Closed

Conversation

dhylands
Copy link
Contributor

This drops the size of unicode_isxdigit from 0x1e + 0x02 filler to
0x14 bytes (so net code reduction of 12 bytes) and will make
unicode_is_xdigit perform slightly faster.

This drops the size of unicode_isxdigit from 0x1e + 0x02 filler to
0x14 bytes (so net code reduction of 12 bytes) and will make
unicode_is_xdigit perform slightly faster.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) to 93.81% when pulling 81581df on dhylands:improve-unichar-isxdigit into 97ce883 on micropython:master.

@dpgeorge
Copy link
Member

Merged in afaa66b.

@dpgeorge dpgeorge closed this May 20, 2015
@dpgeorge
Copy link
Member

Nice find!

@dhylands dhylands deleted the improve-unichar-isxdigit branch November 8, 2015 02:43
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.

None yet

3 participants