Tag: optimization
All the articles with the tag "optimization".
Gas Optimization in Solidity — Techniques That Saved Real ETH
Posted on:January 13, 2025 at 10:00 AMConcrete Solidity gas optimization techniques with before/after gas measurements: storage layout packing, calldata vs memory, custom errors, unchecked arithmetic, and mapping vs array tradeoffs. Numbers from a real ERC-20 + staking contract optimization.