energicryptocurrency / gen2-energihash

Energi cryptocurrency hash algorithm
MIT License
14 stars 11 forks source link

Low memory generate&save DAG function #34

Open RyanLucchese opened 7 years ago

RyanLucchese commented 7 years ago

In order to facilitate pre-computing the next DAG, we should have a function which amounts to a "Generate & Save" that doesn't require the entire DAG in memory - so the current epoch DAG can be kept in memory, and the next epoch can be generated with low memory

RyanLucchese commented 7 years ago

egihash: Low memory generate&save DAG function