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
{{ message }}
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.
Prover should only use o(n) labels in ram while computing dag leaves - no need to read from the dag storage file
There should be only one binary storage file for the labels so it is easy to build a proof for large values of n by looking up label values in the storage file
Prover should use buffered file i/o with a large ram buffer to avoid i/o from slowing down dag generation. Ideally benchmark vs i/o in another thread for large values of n
Proofs should not include duplicated data (label values)
Prover must consistently work large values of n and we should do more testing with large values of n
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: