[Python-checkins] r46083 - sandbox/trunk/stringbench sandbox/trunk/stringbench/stringbench.py

Fredrik Lundh fredrik at pythonware.com
Tue May 23 12:34:23 CEST 2006


M.-A. Lemburg wrote:

>> "Need for speed" microbenchmarks for string processing
> 
> Why don't you add these to pybench which is now part of Python
> (see Tools/pybench/) ?!

stringbench is designed to compare 8-bit and unicode
implementations of the same operations, and to compare
similar operations (e.g. in vs. find vs. index).

the pybench output isn't really useful for this kind of
benchmarking.

(and pybench is also extremely unreliable if you look at
individual tests; more about that later).

</F>



More information about the Python-checkins mailing list