Saksham Thapasakshamthapa.hashnode.dev·Jul 16, 2023Gas optimization Series Part -2Today we'll briefly look into caching state variables It is always better to cache a state variable if you can. What does caching a state variable even mean? It's a jargon word to scare off people. In essence, it's simply the act of copying state va...Solidity
Saksham Thapasakshamthapa.hashnode.dev·Jul 13, 2023Gas optimization Series Part - 1Starting this gas optimization series where i'll be writing whatever i learn about gas optimization in solidity. "How far will you go to save gas ?" is a pretty viable question, will you use the dark arts like yul and huff or basic solidity optimiza...29 readsSolidity