Reference the original compact-and-ordered proposal

This commit is contained in:
Raymond Hettinger 2016-10-22 09:58:14 -07:00
parent f25bf43d16
commit b12785d456

View file

@ -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: