New submission from Antoine Pitrou <[email protected]>: This patch makes sorting of keys when encoding a dict into JSON faster by not calling pure Python code.
---------- components: Library (Lib) files: jsonsort.patch keywords: patch messages: 120418 nosy: pitrou priority: normal severity: normal status: open title: Improve JSON encoding with sort_keys=True type: performance versions: Python 3.2 Added file: http://bugs.python.org/file19496/jsonsort.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10314> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
