Skip to content

Latest commit

 

History

History
 
 

temporary-arrays

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.