Paulo J. Matos wrote:
Hi all,What's the best way to know the amount of memory allocated by afunction
What do you count? def zeros(n): return [0]*n how much memory is that? -- http://mail.python.org/mailman/listinfo/python-list
Paulo J. Matos wrote:
Hi all,What's the best way to know the amount of memory allocated by afunction
What do you count? def zeros(n): return [0]*n how much memory is that? -- http://mail.python.org/mailman/listinfo/python-list