code-423n4 / 2022-05-sturdy-findings

7 stars 3 forks source link

Gas Optimizations #132

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

++i costs less gas compared to i++

https://github.com/code-423n4/2022-05-sturdy/blob/78f51a7a74ebe8adfd055bdbaedfddc05632566f/smart-contracts/YieldManager.sol#L130 https://github.com/code-423n4/2022-05-sturdy/blob/78f51a7a74ebe8adfd055bdbaedfddc05632566f/smart-contracts/YieldManager.sol#L156