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

Batch operation #6

Open
DemiMarie opened this issue Nov 24, 2018 · 2 comments
Open

Batch operation #6

DemiMarie opened this issue Nov 24, 2018 · 2 comments

Comments

@DemiMarie
Copy link
Contributor

While VDF compuation is sequential (by design), there may well be applications that require performing many simultaneous VDF computations with similar parameters. This is a natural fit for parallelism, both SIMD and multicore.

While conceptually easy, implementing this in practice will be hard, as it will require implementing an entirely new bignum library designed for batch processing.

@afck
Copy link
Collaborator

afck commented Nov 26, 2018

Also, verification might be parallelizable? (Not sure right now whether this applies to our two VDF schemes.)

@DemiMarie
Copy link
Contributor Author

It might be. Not sure.

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

2 participants