Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Faster string and int decoder #305

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

Merged
merged 2 commits into from
Dec 11, 2018
Merged

Faster string and int decoder #305

merged 2 commits into from
Dec 11, 2018

Conversation

methane
Copy link
Member

@methane methane commented Dec 10, 2018

No description provided.

@methane methane merged commit 3bea8cd into PyMySQL:master Dec 11, 2018
@methane methane deleted the fastconv branch December 11, 2018 02:50
@zzzeek
Copy link

zzzeek commented Dec 11, 2018

congrats! SQLAlchemy's callcount tests spotted this:

AssertionError: Adjusted function call count 277 not within 10.0% of expected 20286, platform 3.7_mysql_mysqldb_dbapiunicode_cextensions.

e.g. the test function took 20286 function calls now takes 277. this is roughly what I get wtih SQLAlchemy's own unicode C extensions, which sadly don't really get used under Python 3, i should look into adjusting that.

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.