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

JIT compile SparsePoly arithmetic #310

Open
mhostetter opened this issue Mar 24, 2022 · 0 comments
Open

JIT compile SparsePoly arithmetic #310

mhostetter opened this issue Mar 24, 2022 · 0 comments
Labels
performance Affects speed/performance poly Related to polynomials

Comments

@mhostetter
Copy link
Owner

All of the sparse polynomial arithmetic, where nonzero_degrees and nonzero_coeffs are dictionaries with {degree: coeff}, should be JIT compiled. Numba can handle dictionaries. And there should be a large performance boost.

@mhostetter mhostetter added performance Affects speed/performance poly Related to polynomials labels Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Affects speed/performance poly Related to polynomials
Projects
None yet
Development

No branches or pull requests

1 participant