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 swalker
Recipients bob.ippolito, pitrou, rhettinger, swalker, vkuznet
Date 2009-12-07.20:55:22
SpamBayes Score 6.092571e-08
Marked as misclassified No
Message-id <1260219324.21.0.192465125046.issue6594@psf.upfronthosting.co.za>
In-reply-to
Content
You are right, an environment anomaly let me to falsely believe that
this had somehow affected encoding performance.

I had repeated the test many times with and without the patch using
simplejson trunk and wrongly concluded that the patch was to blame.

After correcting the environment, write performance returned to normal.

This patch seems to perform roughly the same for my decode cases, but
uses about 10-20MB less memory.  My needs are far less than that of the
other poster.

However, this bug is about the serializer (encoder).  So perhaps the
decode performance patch should be a separate bug?
History
Date User Action Args
2009-12-07 20:55:24swalkersetrecipients: + swalker, rhettinger, bob.ippolito, pitrou, vkuznet
2009-12-07 20:55:24swalkersetmessageid: <1260219324.21.0.192465125046.issue6594@psf.upfronthosting.co.za>
2009-12-07 20:55:22swalkerlinkissue6594 messages
2009-12-07 20:55:22swalkercreate