#15907: Improvements for affine factorization crystal
-------------------------------------------------+-------------------------
Reporter: aschilling | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-6.2
Component: combinatorics | Resolution:
Keywords: crystals, Stanley symmetric | Merged in:
functions, reduced words | Reviewers:
Authors: Anne Schilling | Work issues:
Report Upstream: N/A | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------------------+-------------------------
Changes (by aschilling):
* cc: tscrim (added)
Old description:
> Some improvements for the affine factorization crystal.
New description:
This patch provides some improvements for the affine factorization
crystal.
Before this patch
{{{
sage: from sage.combinat.crystals.affine_factorization import
AffineFactorizationCrystal
sage: W = WeylGroup(['A',3], prefix='s')
sage: w0 = W.long_element()
sage: %timeit B = AffineFactorizationCrystal(w0,6)
1 loops, best of 3: 131 s per loop
}}}
After this patch
{{{
sage: from sage.combinat.crystals.affine_factorization import
AffineFactorizationCrystal
sage: W = WeylGroup(['A',3], prefix='s')
sage: w0 = W.long_element()
sage: %timeit B = AffineFactorizationCrystal(w0,6)
1 loops, best of 3: 2.86 us per loop
}}}
--
--
Ticket URL: <http://trac.sagemath.org/ticket/15907#comment:1>
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.