Benchmark Rholang to further investigate inability to process genesis block that includes RHOC balances
Activity
Show:
Former user August 6, 2019 at 7:27 PM
Benchmarking was required to determine why genesis block processing was slow. Now, we have a solution, so benchmarking is unnecessary.
Kelly Foster July 22, 2019 at 11:03 PM
Related PR https://github.com/rchain/rchain/pull/2596
Background
https://rchain.atlassian.net/browse/RCHAIN-3431. Outcome of a preliminary investigation is to benchmark Rholang.
Proposed steps
Next steps would be doing some rholang benchmarks:
counting to 16k, 32k, and 256k
making a huge list in rholang (16k or smaller elements for a start) and writing a recursion to process it, but without using ListOps (ListOps!fold is going to be inefficient)