New submission from Antoine Pitrou <pit...@free.fr>: This patch does two things: - it speeds up decoding of JSON objects by doing fewer temporary allocations - it reduces memory use of decoded JSON objects by reusing key strings when they appear several times in a JSON string
---------- components: Library (Lib) files: json-opts2.patch keywords: patch messages: 96082 nosy: bob.ippolito, pitrou, rhettinger, vkuznet priority: normal severity: normal stage: patch review status: open title: improve json decoding performance type: performance versions: Python 2.7, Python 3.2 Added file: http://bugs.python.org/file15478/json-opts2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7451> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com