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

Implement &Term x &Term multiplication and use it in the reduction hottest spot. #13

Open
lvella opened this issue Apr 6, 2023 · 1 comment
Labels
enhancement New feature or request performance

Comments

@lvella
Copy link
Owner

lvella commented Apr 6, 2023

For the Term multiplication inside the hottest loop in the code (the reduction loop), both reduction term and factor must be cloned. Make it so that neither of them is cloned, just the result is allocated.

This issue is moot if #10 is implemented.

@lvella lvella added enhancement New feature or request performance labels Apr 6, 2023
@lvella
Copy link
Owner Author

lvella commented Apr 6, 2023

Also use it in PartialSPair::complete().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant