#15820: Implement sequences of bounded integers
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebra            |   Resolution:
       Keywords:  sequence bounded   |    Merged in:
  integer                            |    Reviewers:  Simon King
        Authors:  Simon King,        |  Work issues:
  Jeroen Demeyer                     |       Commit:
Report Upstream:  N/A                |  9056cf636b65d30c5c89bc151c7740c1ea1143d3
         Branch:                     |     Stopgaps:
  u/jdemeyer/ticket/15820            |
   Dependencies:  #17195, #17196     |
-------------------------------------+-------------------------------------

Comment (by SimonKing):

 Replying to [comment:279 jdemeyer]:
 > 1. Implement `biseq_setitem()` and use that in a lot of places.

 `BoundedIntegerSequence` was (originally) thought of as being immutable
 (it is hashable). Hence, so far, I only see application in
 `biseq_init_list` and `biseq_slice`. OK, that's something...

 > 2. Implement `mpn_equal_bits_shifted()` to compare bit patterns
 efficiently for equality and use this for `biseq_max_overlap` and
 `biseq_contains`.

 +1.

--
Ticket URL: <http://trac.sagemath.org/ticket/15820#comment:282>
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