Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

POET observations - BREAK INTO ISSUES #25

Open
avive opened this issue Dec 22, 2018 · 0 comments
Open

POET observations - BREAK INTO ISSUES #25

avive opened this issue Dec 22, 2018 · 0 comments
Assignees

Comments

@avive
Copy link
Contributor

avive commented Dec 22, 2018

  1. Prover should only use o(n) labels in ram while computing dag leaves - no need to read from the dag storage file
  2. 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
  3. 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
  4. Proofs should not include duplicated data (label values)
  5. Prover must consistently work large values of n and we should do more testing with large values of n
@moshababo moshababo self-assigned this Dec 30, 2018
@zalmen zalmen changed the title POET design review POET observations - BREAK INTO ISSUES Dec 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants