In article <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
>Hi all
>
>I want to test my python code for memory efficiency in gnu/linux.How
>can I do this?
.
.
.
What does "memory efficiency" mean to you? Are you asking
how to eliminate memory leaks?While I have a great deal of interest in memory management, my general reaction to your question as you've posed it is, "Don't; concentrate for now on good Python style." -- http://mail.python.org/mailman/listinfo/python-list
