[issue27350] Compact and ordered dict

INADA Naoki report at bugs.python.org
Sat Jun 18 23:43:16 EDT 2016


New submission from INADA Naoki:

I've implemented compact ordered dictionary, introduced in PyPy blog [1].

To finish my work, I really need core developer's help.  Please see TODO comment
in the patch.

[1]: https://morepypy.blogspot.jp/2015/01/faster-more-memory-efficient-and-more.html

See also:
https://mail.python.org/pipermail/python-dev/2016-June/145299.html
https://github.com/methane/cpython/pull/1 (same to attached patch)

----------
components: Interpreter Core
files: compact-dict.patch
keywords: patch
messages: 268837
nosy: naoki
priority: normal
severity: normal
status: open
title: Compact and ordered dict
versions: Python 3.6
Added file: http://bugs.python.org/file43463/compact-dict.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27350>
_______________________________________


More information about the Python-bugs-list mailing list