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

2007-01-28 Thread Dieter Maurer
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
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



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

2007-01-26 Thread Christophe Combelles

Hello,

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? Did someone already make some tests?



regards,
Christophe
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com