This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients bob.ippolito, pitrou, rhettinger, vkuznet
Date 2009-12-07.23:08:15
SpamBayes Score 0.00010613965
Marked as misclassified No
Message-id <1260227301.79.0.395664550525.issue7451@psf.upfronthosting.co.za>
In-reply-to
Content
This patch does two things:
- it speeds up decoding of JSON objects by doing fewer temporary allocations
- it reduces memory use of decoded JSON objects by reusing key strings
when they appear several times in a JSON string
History
Date User Action Args
2009-12-07 23:08:23pitrousetrecipients: + pitrou, rhettinger, bob.ippolito, vkuznet
2009-12-07 23:08:21pitrousetmessageid: <1260227301.79.0.395664550525.issue7451@psf.upfronthosting.co.za>
2009-12-07 23:08:18pitroulinkissue7451 messages
2009-12-07 23:08:18pitroucreate