<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Performance on BradCypert.com</title>
    <link>https://www.bradcypert.com/tags/performance/</link>
    <description>Recent content in Performance on BradCypert.com</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 09 Sep 2025 19:03:47 -0400</lastBuildDate>
    <atom:link href="https://www.bradcypert.com/tags/performance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Writing a B&#43; Tree in Zig</title>
      <link>https://www.bradcypert.com/writing-a-b-tree-in-zig/</link>
      <pubDate>Sun, 06 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/writing-a-b-tree-in-zig/</guid>
      <description>&lt;p&gt;When building an embedded database, one of the most critical decisions is choosing the right data structure for storage and retrieval. After implementing a complete B+ tree from scratch in Zig for LowkeyDB, I want to share the journey, the challenges, and the (hopefully) elegant solutions that emerged.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-a-b-tree-and-why-should-you-care&#34;&gt;What is a B+ Tree and Why Should You Care?&lt;/h2&gt;&#xA;&lt;p&gt;A B+ Tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. It&#39;s the backbone of most modern database systems, including PostgreSQL, MySQL, and SQLite.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is Android&#39;s SurfaceFlinger</title>
      <link>https://www.bradcypert.com/what-is-androids-surfaceflinger/</link>
      <pubDate>Mon, 04 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/what-is-androids-surfaceflinger/</guid>
      <description>&lt;p&gt;Android’s SurfaceFlinger is a system service provided on the Android Operating System. Now that &lt;strong&gt;that&lt;/strong&gt; is out of the way… What does it actually do? If you’ve worked with scrolling, you’ll know that “flinging” is an action that a user can do, but it’s not related to that. Actually, the SurfaceFlinger is a service that plays a critical part in determining what is rendered on the screen on any Android device.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
