[Python-Dev] Compact dict implementations (was: PEP 468
INADA Naoki
songofacandy at gmail.com
Sat Jun 18 23:48:43 EDT 2016
More information about the Python-Dev mailing list
Sat Jun 18 23:48:43 EDT 2016
- Previous message (by thread): [Python-Dev] Compact dict implementations (was: PEP 468
- Next message (by thread): [Python-Dev] JUMP_ABSOLUTE in nested if statements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've sent my patch to issue tracker, since I can't fix some remains TODOs by myself. http://bugs.python.org/issue27350 On Fri, Jun 17, 2016 at 6:15 PM, INADA Naoki <songofacandy at gmail.com> wrote: > Hi, developers. > > I'm trying to implement compact dict. > https://github.com/methane/cpython/pull/1 > > Current status is passing most of tests. > Some tests are failing because of I haven't updated `sizeof` until layout fix. > And I haven't dropped OrderedDict has linked list. > > Before finishing implementation, I want to see comments and tests from core > developers. > Please come to core-mentorship ML or pull request and try it if you > interested in. > > Regards, > -- > INADA Naoki <songofacandy at gmail.com> > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/songofacandy%40gmail.com -- INADA Naoki <songofacandy at gmail.com>
- Previous message (by thread): [Python-Dev] Compact dict implementations (was: PEP 468
- Next message (by thread): [Python-Dev] JUMP_ABSOLUTE in nested if statements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list