Re: need for speed

2005-08-01 Thread Bruno Desthuilliers
Michael Rybak a écrit : (snip) > > Is there a way of profiling other than manual (debug output with > measurements and all)? Some tools? http://docs.python.org/lib/profile.html HTH -- http://mail.python.org/mailman/listinfo/python-list

Re: need for speed

2005-08-01 Thread Steven D'Aprano
On Mon, 01 Aug 2005 02:28:36 -0700, [EMAIL PROTECTED] wrote: > hi everyone > can someone suggest me where find a lot programming tricks for > achieving the top speed in python? There is only one programming trick you need to know about making code run fast. Never even waste one second on optimis

Re: need for speed

2005-08-01 Thread Luis M. Gonzalez
[EMAIL PROTECTED] wrote: > hi everyone > can someone suggest me where find a lot programming tricks for > achieving the top speed in python? > thanks everyone for patience Check this out: http://wiki.python.org/moin/PythonSpeed/PerformanceTips -- http://mail.python.org/mailman/listinfo/python-li