<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Systems-Programming on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/systems-programming/</link>
    <description>Recent content in Systems-Programming on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 22 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/systems-programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted High-Performance Data Structure Libraries: Boost.Container vs Abseil vs EASTL vs plf::colony</title>
      <link>https://www.pistack.xyz/posts/2026-06-22-high-performance-data-structure-libraries-boost-container-abseil-eastl-plf-colony/</link>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-22-high-performance-data-structure-libraries-boost-container-abseil-eastl-plf-colony/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The C++ Standard Library provides solid general-purpose containers, but production systems often demand more: flat maps that eliminate pointer chasing, colony containers that preserve pointer stability through erasures, small-size-optimized strings, and hash tables tuned for specific access patterns. Specialized container libraries fill these gaps with implementations that outperform &lt;code&gt;std::vector&lt;/code&gt;, &lt;code&gt;std::unordered_map&lt;/code&gt;, and &lt;code&gt;std::string&lt;/code&gt; in targeted scenarios.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
