<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rio Yudayanto</title>
    <description>The latest articles on DEV Community by Rio Yudayanto (@rioyuda02).</description>
    <link>https://dev.to/rioyuda02</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1971811%2F3408b58c-0fa0-41dc-87d6-8c80e5391734.jpeg</url>
      <title>DEV Community: Rio Yudayanto</title>
      <link>https://dev.to/rioyuda02</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rioyuda02"/>
    <language>en</language>
    <item>
      <title>Solidity - Low gas fee</title>
      <dc:creator>Rio Yudayanto</dc:creator>
      <pubDate>Mon, 26 Aug 2024 09:34:13 +0000</pubDate>
      <link>https://dev.to/rioyuda02/solidity-low-gas-fee-5edo</link>
      <guid>https://dev.to/rioyuda02/solidity-low-gas-fee-5edo</guid>
      <description>&lt;p&gt;Optimization gas fee with Yul.&lt;/p&gt;

&lt;p&gt;The design of Yul tries to achieve several goals:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Programs written in Yul should be readable, even if the code is generated by a compiler from Solidity or another high-level language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Control flow should be easy to understand to help in manual inspection, formal verification and optimization.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The translation from Yul to bytecode should be as straightforward as possible.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yul should be suitable for whole-program optimization.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Link : &lt;a href="https://docs.soliditylang.org/en/latest/yul.html" rel="noopener noreferrer"&gt;https://docs.soliditylang.org/en/latest/yul.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
