<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>aditya motale ~ an engineer by choice</title>
    <description>an engineer by choice</description>
    <link>https://adii.fyi/</link>
    <atom:link href="https://adii.fyi/rss.xml" rel="self" type="application/rss+xml" />
    <language>en-us</language>
    <item>
      <title><![CDATA[There's More to Performance Than Big-O]]></title>
      <description><![CDATA[Exploring why an O(n) SIMD linear search can outperform O(log n) binary search on modern CPUs.]]></description>
      <link>https://adii.fyi/blogs/theres-more-to-performance-than-big-o</link>
      <guid isPermaLink="true">https://adii.fyi/blogs/theres-more-to-performance-than-big-o</guid>
      <pubDate>Tue, 15 Sep 2026 00:00:00 GMT</pubDate>
      <category><![CDATA[rust]]></category>
      <category><![CDATA[algorithms]]></category>
      <category><![CDATA[simd]]></category>
    </item>
  </channel>
</rss>