Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Note: This page is WIP.


Analysis

Data and continuations size

Data cost

A simple datum

@42 <- "test"





channel: Par


a: ListParWithRandom


source: Produce


Transfer from Bob to Alice



Continuations cost
for(x <- @42) {Nil}





channels: Seq[Par]


patterns: Seq[BindPattern]


continuation: TaggedContinuation


Transfer from Bob to Alice



Trie size

Leaf cost









Skip cost












Node cost







Other data

LMDB












Takeaways/next steps

  1. Work through checkpoint creation (1 step instead of 13 steps) which would reduce the amount of stored tries (less data)  RCHAIN-3415 - Getting issue details... STATUS
  • No labels