Ticket #3270 (closed defect: fixed)
[with patch, positive review] trivial 100x speedup in coding theory
| Reported by: | rlm | Owned by: | rlm |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-3.0.2 |
| Component: | coding theory | Keywords: | |
| Cc: | wdj | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Was:
sage: C = ExtendedBinaryGolayCode() sage: time G = C.permutation_automorphism_group() CPU times: user 2.39 s, sys: 0.58 s, total: 2.97 s Wall time: 24.32
Now:
sage: C = ExtendedBinaryGolayCode() sage: time G = C.permutation_automorphism_group() CPU times: user 0.19 s, sys: 0.04 s, total: 0.23 s Wall time: 0.24
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

