[Zope3-dev] python 2.5 optimizations and Zope Catalog ?

Dieter Maurer dieter at handshake.de
Sun Jan 28 09:51:35 EST 2007


Christophe Combelles wrote at 2007-1-27 03:11 +0100:
>http://wiki.python.org/moin/NeedForSpeed/Successes
>
>while reading the highlights of python 2.5, I've found that some string and 
>unicode operations, particularly **search** operations, are a LOT faster, 
>sometimes 25x faster!
>
>As a result, (when z3 will work on py2.5), can we expect a great improvement in 
>the Catalog?

Unlikely, as the catalog's 'search' is very different from the
string and unicode search operations.

Phrase searches may however get a bit faster.



-- 
Dieter


More information about the Zope3-dev mailing list