Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve evaluation of LaurentPolynomial (#292)
Use `ntuple` instead of `NTuple` for constructing the coefficient tuples passed to `evalpoly`. This compiles much faster on Julia 1.0 (especially for high-degree polynomials) and is also faster to evaluate even on current Julia.
- Loading branch information
d72dd38
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.
@JuliaRegistrator register
d72dd38
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.
Registration pull request created: JuliaRegistries/General/24108
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: