On 4/18/13 7:11 AM, John Fabiani wrote: > I have started moving my code to Dabo 0.9.9 and discovered a very pleasant > performance increase. Not to look a gift horse in the mouth but where is > this coming > from? I know it is not the access to the data because the logs have very > similar > return times. So it is in the Dabo code.
What version were you moving from, and what specifically is faster? > I had to make several small changes [self.super() to super(cls,self)] and a > few other > minor changes to code. Did the error messages help you know what to do I hope? That was my intent... > python 2.7.x > wxpython 2.8.12.1 > Dabo 0.9.9 > openSUSE 12.x > windows I'm moving from Python 2.7.3 to 2.7.4 right now. There were some performance-related things backported to 2.7.4 so if that's the version you are running your better performance could be coming from Python and not Dabo. Glad to hear you are happy! Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
