mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Reference the original compact-and-ordered proposal
This commit is contained in:
parent
f25bf43d16
commit
b12785d456
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue