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:
Raymond Hettinger 2003-05-03 06:51:59 +00:00
parent 7c2bb5bc57
commit 930427b892
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,12 @@ extern "C" {
/* Dictionary object type -- mapping from hashable object to object */
/* 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.
*/
/*
There are three kinds of slots in the table: