Author: Carl Friedrich Bolz-Tereick <[email protected]> Branch: json-decoder-maps Changeset: r96762:cb74a7af3b1d Date: 2019-06-05 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/cb74a7af3b1d/
Log: document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -38,3 +38,8 @@ .. branch: optimizeopt-cleanup Cleanup optimizeopt + +.. branch: json-decoder-maps + +Much faster and more memory-efficient JSON decoding. The resulting +dictionaries that come out of the JSON decoder have faster lookups too. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
