...
Deserialisation of 1000 terms
Task ordering
Thoughts after run 1 & run 2
- reset & restore installs looks stable
- soft checkpoint is a major improvement over checkpoint
- the RSpace actions look fairly stable (produces and consumes on the same channel sometimes collide but usually one action takes about 1 ms)
- the amount of tasks started up front is worrying
- with the large amount of tasks scheduled one would expect them to be happening in RSpace quicker but instead they seem to all bunch up post scheduling (perhaps the rholang reducer is creating a lot of monix async boundaries and there is a lot of ctx switching that could be avoided)