mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Optimize Snapshot Digest Computation

Open jpraynaud opened this issue 2 years ago • 0 comments

Issue

We need to optimize the computation of the Snapshot Digest that takes place on the Signer and Aggregator. To do so, we can make use of memoization so that the CPU intensive part of the computation is done only once (do not do the same hashing of the immutable files and use a cached version instead)

Tasks

  • [ ] TBD

jpraynaud avatar Sep 20 '22 07:09 jpraynaud