From: Raymond Hettinger Date: Sat, 22 Oct 2016 16:58:14 +0000 (-0700) Subject: Reference the original compact-and-ordered proposal X-Git-Tag: v3.7.0a1~2162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b12785d4564614c3e4331711ebbce920a22a5493;p=thirdparty%2FPython%2Fcpython.git Reference the original compact-and-ordered proposal --- diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 03c973be636a..2cca2c678e67 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -10,8 +10,9 @@ This implements the dictionary's hashtable. -As of Python 3.6, this is compact and ordered. Basic idea is described here. -https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html +As of Python 3.6, this is compact and ordered. Basic idea is described here: +* https://mail.python.org/pipermail/python-dev/2012-December/123028.html +* https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html layout: