#16879: OA caching in C
-------------------------------------+-------------------------------------
       Reporter:  ncohen             |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.4
      Component:  combinatorial      |   Resolution:
  designs                            |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Nathann Cohen      |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/16879       |  3db376f043c01b5ff58e46a845bb69e704c1eacf
   Dependencies:  #16875             |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * status:  needs_review => needs_info


Comment:

 Hello,

 Why `is_available` is in `orthogonal_arrays_find_recursive` instead of
 `designs_pyx`? Even if it is `cdef` you can cimport it.

 One commit at `public/16879c`... it appears that:
  - `divisors` is really slow and it is better to do a stupid loop and
 check divisibility (might not be True for integer > 1000)
  - the kind of loop `for m in [1]+range(min(k,19), 122):` is very badly
 cythonized
  - after a `%crun`, we still have to work on
 `find_wilson_decomposition_with_two_truncated_groups` and
 `find_recursive_find_construction_3_3`

 Vincent

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