Week 21 TL;DR - Enter memory segmentation
EVM Memory research
This week I have been researching on how to scale memory in the EVM. Solidity essentially uses internal functions memory and uses a larger set that could be stale. So segmenting garbage collection could be an interesting approach to scaling this well. Need to research more on garbage collection.