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

Make it possible to use multi miller loop without explicit preparation #131

Open
ebfull opened this issue Jul 5, 2022 · 0 comments
Open

Comments

@ebfull
Copy link
Collaborator

ebfull commented Jul 5, 2022

Right now the MultiMillerLoop API requires you to provide pre-prepared G2 elements. However, if you have a use case where you need to use the multi miller loop but over just-in-time G2 elements then the current API wastes a ton of memory caching things that will just be discarded during the miller loop.

This happened partly because I was conflating "I have access to an allocator" (which G2Prepared needs) with "I need to use the multi miller loop" (which only allowed G2Prepared at the time).

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