Ticket #3270 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

3270-bc_default.patch Download (1.9 KB) - added by rlm 5 years ago.

Change History

Changed 5 years ago by rlm

comment:1 Changed 5 years ago by mhansen

  • Summary changed from [with patch, easy review] trivial 100x speedup in coding theory to [with patch, positive review] trivial 100x speedup in coding theory

Looks good to me.

comment:2 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to sage-3.0.2

Merged in Sage 3.0.2.rc0

Note: See TracTickets for help on using tickets.