Skip to content

Files

Latest commit

 

History

History
13 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 444 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.