Closed svyatonik closed 5 years ago
closes #91
Instead of Option<Cache> we now have Cache { Option<H256>, Option<H256>, ... }. Every portion is cached separately && it is the portion-computer who decides if it wants to use cached value or it wants to cache computed value.
Option<Cache>
Cache { Option<H256>, Option<H256>, ... }
closes #91
Instead of
Option<Cache>
we now haveCache { Option<H256>, Option<H256>, ... }
. Every portion is cached separately && it is the portion-computer who decides if it wants to use cached value or it wants to cache computed value.