Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 317 Bytes

Temporary arrays

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.