 
            
            
            
            
                10 Jul
                
                    2016
                
            
            
                10 Jul
                
                '16
                
            
            
            
        
    
                2:30 p.m.
            
        On Sun, Jul 10, 2016 at 07:41:31AM -0800, Christopher Howard wrote:
issue: a Matrix itself should only be, I'm guessing, somewhere around 100KB. But instead I'm maxing out the 3GB of RAM on my old T60 laptop. Maybe I'm generating list elements (Matrices) a lot faster than memory management is releasing them...?
You have almost certainly got a space leak. Can you post your code?