Try different NumPy array expressions and investigate how much memory is used
in temporary arrays. You can use the Unix command /usr/bin/time –v
for
finding out the maximum memory usage of program, or utilize the maxmem()
function in demos/memory_usage.py.
This repository was archived by the owner on Aug 8, 2022. It is now read-only.