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 methane
Recipients Arfrever, ezio.melotti, josh.r, methane, rhettinger, serhiy.storchaka, vstinner, wbolster
Date 2018-07-06.12:32:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530880332.68.0.56676864532.issue23493@psf.upfronthosting.co.za>
In-reply-to
Content
I can't confirm significant performance benefit.
sort_keys is not bottleneck of pure Python encoder.

BTW, benefit from C encoder is more significant.  It's about 3x faster.
Adding `indent` option support to C encoder may be good target for new contributors who want to write C.
History
Date User Action Args
2018-07-06 12:32:12methanesetrecipients: + methane, rhettinger, vstinner, ezio.melotti, Arfrever, serhiy.storchaka, wbolster, josh.r
2018-07-06 12:32:12methanesetmessageid: <1530880332.68.0.56676864532.issue23493@psf.upfronthosting.co.za>
2018-07-06 12:32:12methanelinkissue23493 messages
2018-07-06 12:32:12methanecreate