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

[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