refactor: Optimize polynomial operations with parallel scan #330
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rlc<T, F>
method and thepowers
function.DoubleEndedIteratorExt
toIndexedParallelIteratorExt
across several files for iterator processing in parallel, and modified corresponding imports accordingly.DoubleEndedIteratorExt
as an option, since it's more efficient on small polynomials,rayon-scan
to general dependenciesBenches
https://gist.github.com/huitseeker/9094bf6b1c68d83f4c0290e68c6c5beb
Excerpt:
Follows #260.
Fixes #223