]> granicus.if.org Git - python/commitdiff
Use 'speed' instead of 'performance', because I agree with the argument
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 23 May 2006 12:49:35 +0000 (12:49 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 23 May 2006 12:49:35 +0000 (12:49 +0000)
at http://zestyping.livejournal.com/193260.html that 'erformance' really means
something more general.

Doc/whatsnew/whatsnew25.tex

index acb5bdb2396fd306a7fc466e790049707d89ccf1..b5a5236e3c67258d0c25bd548f6937054622f8be 100644 (file)
@@ -1136,7 +1136,7 @@ In 2.5 the internal data structure has been customized for implementing sets,
 and as a result sets will use a third less memory and are somewhat faster.
 (Implemented by Raymond Hettinger.)
 
-\item The performance of some Unicode operations, such as 
+\item The speed of some Unicode operations, such as 
 finding substrings and character map decoding, has been improved.
 (Substring search improvements were added by Fredrik Lundh and Andrew
 Dalke at the NeedForSpeed sprint. Character map decoding was improved
@@ -1428,7 +1428,7 @@ import hooks and now also works for packages stored in ZIP-format archives.
 included in the \file{Tools/pybench} directory.  The pybench suite is
 an improvement on the commonly used \file{pystone.py} program because
 pybench provides a more detailed measurement of the interpreter's
-performance.  It times particular operations such as function calls,
+speed.  It times particular operations such as function calls,
 tuple slicing, method lookups, and numeric operations, instead of
 performing many different operations and reducing the result to a
 single number as \file{pystone.py} does.