[issue10314] Improve JSON encoding with sort_keys=True

Antoine Pitrou report at bugs.python.org
Thu Nov 4 17:31:38 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue10314>
_______________________________________


More information about the Python-bugs-list mailing list