Note: This page is WIP.
Analysis
GNAT
A GNAT holds:
- channels - the name used in to send or receive
- data -
- continuations
Data and continuations size
...
Transfer from Bob to Alice
A Datum holds:
- channels - on which the data was sent
- source - checksums for event tracking
- a - produce data
...
Transfer from Bob to Alice
A WaitingContinuation holds:
- continuation - consume data
- source - checksums for event tracking
- patterns - used for spatial matching
Trie size
Leaf cost
Leafs are cheap themselves, the data usage comes from the size of data stored.
...