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
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
[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