Skip to content
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

Improve quo_rem computations #36

Open
saraedum opened this issue Jun 5, 2018 · 1 comment
Open

Improve quo_rem computations #36

saraedum opened this issue Jun 5, 2018 · 1 comment
Labels
performance Something isn't as fast as it should be

Comments

@saraedum
Copy link
Member

saraedum commented Jun 5, 2018

The usual bottleneck of the whole Mac Lane infrastructure is the computation of quo_rems of say integer polynomials. Let's discuss how this can be sped up.

@saraedum saraedum added the performance Something isn't as fast as it should be label Jun 5, 2018
@saraedum
Copy link
Member Author

saraedum commented Jun 5, 2018

The things that I'd like to investigate are to what extent Hensel lifting can be used here and maybe I can also use some ideas from https://arxiv.org/pdf/1602.01303.pdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something isn't as fast as it should be
Projects
None yet
Development

No branches or pull requests

1 participant