]> granicus.if.org Git - python/commit
Issue #7451: Improve decoding performance of JSON objects, and reduce
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 20:16:53 +0000 (20:16 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 20:16:53 +0000 (20:16 +0000)
commit7d6e076f6d8dd48cfd748b02dad17dbeb0b346a3
tree3d355bd888b6e2aaba52f33807d183055d61b700
parentd9107aadeda663173eb68c412396e5e3353a4059
Issue #7451: Improve decoding performance of JSON objects, and reduce
the memory consumption of said decoded objects when they use the same
strings as keys.
Lib/json/decoder.py
Lib/json/scanner.py
Lib/json/tests/test_decode.py
Misc/NEWS
Modules/_json.c