Re: [Modeling-users] Fetching raw rows
Status: Abandoned
Brought to you by:
sbigaret
From: Jerome K. <Jer...@fi...> - 2003-07-18 07:00:28
|
Sebastien Bigaret wrote: > >That's more meat for the forthcoming 'tuning performance' section in the >guide. As a general conclusion, py2.2 is faster than py2.1, and the '-O' >option is definitively worth the try. > =20 > Yep .. 2.2 is faster than 2.1 but the big performance boost is in 2.3. (I read this a couple of times over the net) . Another thing : Do you use if __debug__ in the Modeling (I don't have the code since i'm at work) because the most important thing w/ -0 is that it doesn't marshall the code inside if __debug__ so this can really be a big improvement. And if you read carefully the python cookbook you will find some really impressive performance boost while using some map.. and other in list or dict. But there is a drawback code isn't really eye candy after this tweak > BTW: who is using the framework w/ python2.1 alone? And with py2.1 and > (because of) zope? > >-- S=E9bastien. > > =20 > I don't |