Research on re-writing some functions in Yul to optimize for gas #795
Labels
effort: epic
Multi-stage task that may require multiple PRs.
priority: 3
Nice-to-have. Willing to ship without this.
type: perf
Change that improves performance.
work: complex
Probe-sense-respond. The relationship between cause and effect can only be perceived in retrospect.
Gas costs are relevant not only on Ethereum but on L2s as well. It can even influence the choice of the protocol by users. There is already an ongoing discussion for ideas on optimising contracts for gas.
Yul, being an intermediate language, offers more efficient gas management while interacting with smart contracts. Investigate functions and subroutines where Yul can be used to substitute Solidity without affecting the functionalities. Some of the areas that can be looked at:
The text was updated successfully, but these errors were encountered: