Day 46 Layer 1 Memory, Complexity, Session and Errors
December 20, 2021•89 words
What I did: Layer 1 memory, retry and error research
Time spent: 102.250
Comments:
Looking at data structure to keep track of which numbers used
Extremely complicated. Has repurcussions on layer above and below. Along with worst case memory usage of close to 6GiB of 'cached' data which is really really really really bad.
Plus since below session details impossible or very difficult to retroactively update and connect to a session. However since most actions will occur within an operator session is this actually a concern?????