-
-
Notifications
You must be signed in to change notification settings - Fork 648
significantly faster BQFClassGroupQuotientMorphism #40150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you! |
Does it still makes sense to factor the conductor here? I can't see any other place it's used.
|
Indeed, good point. Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I will just mention that by removing the |
sagemathgh-40150: significantly faster BQFClassGroupQuotientMorphism This patch implements the (very good!) suggestion from sagemath#40143, allowing us to massively improve performance and delete quite a bit of unnecessarily complicated code. Resolves sagemath#40143. URL: sagemath#40150 Reported by: Lorenz Panny Reviewer(s): Travis Scrimshaw
This patch implements the (very good!) suggestion from #40143, allowing us to massively improve performance and delete quite a bit of unnecessarily complicated code.
Resolves #40143.