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.21:01:02
SpamBayes Score 0.0009143653
Marked as misclassified No
Message-id <1260219664.61.0.402353080103.issue6594@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a sample JSON file that is much slower to write out on
some systems as described in the initial comment.

If you were to restructure the contents of this file into more of a tree
structure instead of the flat array structure it uses now, you will
notice that as the depth increases, serializer performance decreases
significantly.
History
Date User Action Args
2009-12-07 21:01:04swalkersetrecipients: + swalker, rhettinger, bob.ippolito, pitrou, vkuznet
2009-12-07 21:01:04swalkersetmessageid: <1260219664.61.0.402353080103.issue6594@psf.upfronthosting.co.za>
2009-12-07 21:01:03swalkerlinkissue6594 messages
2009-12-07 21:01:03swalkercreate