#10763: Speedup of  matrix multiplication
------------------------------+---------------------------------------------
   Reporter:  SimonKing       |       Owner:  jason, was           
       Type:  enhancement     |      Status:  needs_review         
   Priority:  major           |   Milestone:  sage-4.6.2           
  Component:  linear algebra  |    Keywords:  matrix multiplication
     Author:  Simon King      |    Upstream:  N/A                  
   Reviewer:                  |      Merged:                       
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by SimonKing):

  * status:  needs_work => needs_review


Comment:

 The problem was that the matrix spaces are cached with weak references. It
 could happen that the key was still available, but `_cache[key]` was a
 reference to `None`. So, in the updated patch I am not simply trying to
 return `_cache[key]()` but I first test if it is not None.

 Back to "needs review"...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10763#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to