[Python-checkins] python/dist/src/Include dictobject.h,2.26,2.27

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
2003年5月02日 23:52:01 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv31206/Include
Modified Files:
	dictobject.h 
Log Message:
Add a reference to dictnotes.txt. It does no good if you don't know it's
there or where to find it.
Index: dictobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/dictobject.h,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -d -r2.26 -r2.27
*** dictobject.h	11 Dec 2002 13:21:12 -0000	2.26
--- dictobject.h	3 May 2003 06:51:58 -0000	2.27
***************
*** 8,11 ****
--- 8,17 ----
 /* 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:

AltStyle によって変換されたページ (->オリジナル) /