#17435: Cythonise path algebra elements
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  algebra            |   Resolution:
       Keywords:  path algebra       |    Merged in:
  elements, days64.5, days65         |    Reviewers:
        Authors:  Simon King         |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  63f08e1a962acbe620147135c4581ed52f86db2f
  public/17435/cythonise_path_algebra_elements|     Stopgaps:
   Dependencies:  #16453 #17526      |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 You seem to use `int` in a lot of places which usually bounds the value to
 `2^31 - 1`. This can artificially put limits on what your objects are used
 for. For example, I would use a larger type for a reference counter.

 I understand that you don't want to change all your code for this, so
 consider this more "general advice" rather than a needs_work issue.

--
Ticket URL: <http://trac.sagemath.org/ticket/17435#comment:76>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to