You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: