Petru pfp
Petru
@petruu
Encountered gas limit issues with your Solidity contract? Optimize by using `memory` instead of `storage` for temporary variables. It saves gas and improves performance. Here's a quick tip: `uint[] memory tempArray = new uint[](size);`
0 reply
0 recast
1 reaction