Python example: possible speedup?
Mark Nottingham
mnot at mnot.net
Wed Sep 8 19:07:57 EDT 1999
Have you tried profiling it? I.e.,
[...]
if __name__ == '__main__':
import profile
profile.run('main()')
More information about the Python-list
mailing list