-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
improve json decoding performance #51700
Comments
This patch does two things:
|
The problem with this is that it makes json in Python diverge even more |
Unless Bob applies it to simplejson as well, that is. |
I've just noticed that there is a persistent decoder instance in |
Here is the patch. |
I wonder if you can make a patch for 2.6 python branch. |
No, 2.6 doesn't have the same C accelerator in the first place. |
I applied most of this patch to r206 of simplejson trunk |
Le dimanche 27 décembre 2009 à 11:10 +0000, Bob Ippolito a écrit :
Thank you. Will you port it to CPython yourself or would you prefer |
Updated patch against py3k. |
Committed in r84505. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: