| |
---|
Resources | |
Discussion about Dom’s findings
| Stop storing sequences. Start storing pieces of sequences (ex hashes) If we don’t address the problem of list growth now, we will have to at some point.
|
What could we do? | Issue in the storage format. Recommendation to fix the AST Serialization How RSpace is built to…
First address how we represent the things we store Optimize waiting continuations
|
Discussion about garbage collection | Renovated RSpace can manage the hash change What’s the use case for garbage collection? What is garbage? Three types of garbage to consider
|
Next steps | Fix the example contracts so they don’t use single channels (ex ListMap) To support further investigation, measure the size of data being moved between layers Implement a binary encoder and decoder off of the binary scodec Discuss if Casper can share information about orphaned Define heuristic for when to collect garbage Define a heuristic for finding out what’s unreferencable: reverse mark and sweep
|