[Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
Eric Snow
ericsnowcurrently at gmail.com
Tue Sep 20 11:17:01 EDT 2016
More information about the Python-Dev mailing list
Tue Sep 20 11:17:01 EDT 2016
- Previous message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Next message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Sep 20, 2016 at 5:11 AM, INADA Naoki <songofacandy at gmail.com> wrote: > But both of OrderedDict and lru_cache improvements can't be in 3.6 > since 3.6 is beta now. > I'll try it after 3.6rc1. When you do, make sure you keep in mind the performance constraints of *all* the OrderedDict methods. The constraints are discussed somewhat at the top of https://hg.python.org/cpython/file/tip/Objects/odictobject.c. -eric
- Previous message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Next message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list