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

Add database of prime factorizations #451

Closed
mhostetter opened this issue Dec 12, 2022 · 2 comments
Closed

Add database of prime factorizations #451

mhostetter opened this issue Dec 12, 2022 · 2 comments
Assignees
Labels
performance Affects speed/performance

Comments

@mhostetter
Copy link
Owner

Add a prime_factors.db database, similar to conway_polys.db, that contains prime factorizations for p^m +/- 1. This will greatly speed up factoring p^m - 1 during verification in galois.GF(p**m).

Thanks to pivis for the idea: #187 (comment)

https://homes.cerias.purdue.edu/~ssw/cun/third/pmain901

@mhostetter mhostetter added the performance Affects speed/performance label Dec 12, 2022
@mhostetter mhostetter self-assigned this Dec 12, 2022
@mhostetter
Copy link
Owner Author

Added in #452.

@mhostetter
Copy link
Owner Author

This was released in v0.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Affects speed/performance
Projects
None yet
Development

No branches or pull requests

1 participant