This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane
Date 2016-06-19.03:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466307796.29.0.980579044792.issue27350@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-06-19 03:43:17methanesetrecipients: + methane
2016-06-19 03:43:16methanesetmessageid: <1466307796.29.0.980579044792.issue27350@psf.upfronthosting.co.za>
2016-06-19 03:43:15methanelinkissue27350 messages
2016-06-19 03:43:14methanecreate