Memory testing in Python

Cameron Laird claird at lairds.us
Fri Mar 30 07:35:33 EDT 2007


In article <1175242912.103313.99110 at n59g2000hsh.googlegroups.com>,
 <csselo at gmail.com> 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."



More information about the Python-list mailing list