New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10314>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to