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

More optimal version of multi_exp_filter_one_zero #53

Open
dtebbs opened this issue Jun 17, 2021 · 0 comments
Open

More optimal version of multi_exp_filter_one_zero #53

dtebbs opened this issue Jun 17, 2021 · 0 comments

Comments

@dtebbs
Copy link
Contributor

dtebbs commented Jun 17, 2021

This requires a lot of allocation and copying of arrays, which can be unfeasible for very large data. This could be avoided by reimplementing some of the multiexp methods to skip the ones and zeroes, and process these separately, all in a single pass.

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

No branches or pull requests

1 participant