mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add a reference to dictnotes.txt. It does no good if you don't know it's
there or where to find it.
This commit is contained in:
parent
7c2bb5bc57
commit
930427b892
2 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
|
||||
/* Dictionary object implementation using a hash table */
|
||||
|
||||
/* The distribution includes a separate file, Objects/dictnotes.txt,
|
||||
describing explorations into dictionary design and optimization.
|
||||
It covers typical dictionary use patterns, the parameters for
|
||||
tuning dictionaries, and several ideas for possible optimizations.
|
||||
*/
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
typedef PyDictEntry dictentry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue