#14969: Longest common subword
---------------------------------+-------------------------------
       Reporter:  ncohen         |        Owner:
           Type:  enhancement    |       Status:  closed
       Priority:  major          |    Milestone:  sage-5.12
      Component:  combinatorics  |   Resolution:  fixed
       Keywords:                 |    Merged in:  sage-5.12.beta4
        Authors:  Nathann Cohen  |    Reviewers:  Hugh Thomas
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+-------------------------------

Comment (by slabbe):

 Replying to [ticket:14969 ncohen]:
 > Looks like this was missing. It's a pity that there is no .pyx file for
 words, though `:-)`

 There is one :

 sage/combinat/words/word_datatypes.pyx

 Code that goes there will apply only for words on specific data type (like
 list, tuple, str). If a method exists in the cython file and in the
 `finite_word.py` file, the cython method is called instead.

 I would be curious to know what is the gain... tell me if your test it.

--
Ticket URL: <http://trac.sagemath.org/ticket/14969#comment:10>
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/groups/opt_out.

Reply via email to