[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.38, 1.39

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Mar 18 04:48:14 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16975/Doc/whatsnew

Modified Files:
	whatsnew24.tex 
Log Message:
Add news entries for the dictionary optimizations.

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** whatsnew24.tex	8 Mar 2004 07:25:05 -0000	1.38
--- whatsnew24.tex	18 Mar 2004 09:48:12 -0000	1.39
***************
*** 265,269 ****
  
  \item The inner loops for \class{list} and \class{tuple} slicing
!  were optimized and now run about one-third faster.                                 
  
  \item The machinery for growing and shrinking lists was optimized
--- 265,272 ----
  
  \item The inner loops for \class{list} and \class{tuple} slicing
!  were optimized and now run about one-third faster.  The inner
!  loops were also optimized for \class{dict} with performance
!  boosts to \method{keys()}, \method{values()}, \method{items()},
! \method{\iterkeys()}, \method{\itervalues()}, and \method{iteritems()}.
  
  \item The machinery for growing and shrinking lists was optimized




More information about the Python-checkins mailing list