Solidity Tutorial: All About Memory (21 minute read)
This tutorial covers the layout of the EVM memory, its reserved spaces, the free memory pointer, how to use memory references, and conventional best practices when working with memory in Solidity. It uses code snippets from Ethereum Name Service contracts as examples. The tutorial is part of a series called 'All About Data Locations'.