<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Tracy Codes]]></title>
        <description><![CDATA[Tracy Codes]]></description>
        <link>https://tracycodes.com.com</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Fri, 21 Feb 2025 22:06:03 GMT</lastBuildDate>
        <atom:link href="https://tracycodes.com/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[2024 So Far]]></title>
            <description><![CDATA[It's been... a lot.]]></description>
            <link>/posts/2024-so-far</link>
            <guid isPermaLink="true">/posts/2024-so-far</guid>
            <category><![CDATA[personal]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Mon, 22 Apr 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Going Lock-Free with Rust: Benefits, Drawbacks, and Examples]]></title>
            <description><![CDATA[Concurrency is a challenging but essential aspect of modern programming, especially for performance-critical applications. In Rust, the promise of "fearless concurrency" is a major draw for developers seeking to write safe and efficient concurrent code.]]></description>
            <link>/posts/going-lock-free-with-rust-benefits-drawbacks-examples</link>
            <guid isPermaLink="true">/posts/going-lock-free-with-rust-benefits-drawbacks-examples</guid>
            <category><![CDATA[rust]]></category>
            <category><![CDATA[concurrency]]></category>
            <category><![CDATA[atomics]]></category>
            <category><![CDATA[lock-free programming]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Sun, 23 Jun 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Semantic Versioning in Rust: Balancing Progress and Stability]]></title>
            <description><![CDATA[An in-depth exploration of Semantic Versioning (SemVer) in the Rust ecosystem, examining its importance, challenges, and best practices for maintaining a stable and evolving codebase.]]></description>
            <link>/posts/semantic-versioning-and-rust</link>
            <guid isPermaLink="true">/posts/semantic-versioning-and-rust</guid>
            <category><![CDATA[rust]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Wed, 10 Jul 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Starting New]]></title>
            <description><![CDATA[Hello, world.]]></description>
            <link>/posts/starting-new</link>
            <guid isPermaLink="true">/posts/starting-new</guid>
            <category><![CDATA[personal]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Sat, 30 Dec 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Understanding Arc in Rust]]></title>
            <description><![CDATA[Rust's Arc (Atomic Reference Counting) is a crucial feature for safe concurrency, providing thread-safe reference counting. But what are the intricacies and performance implications? Well, I've been deep in it for a while, so let's share the knowledge.]]></description>
            <link>/posts/understanding-arc-in-rust</link>
            <guid isPermaLink="true">/posts/understanding-arc-in-rust</guid>
            <category><![CDATA[rust]]></category>
            <category><![CDATA[concurrency]]></category>
            <category><![CDATA[atomics]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Sat, 01 Jun 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What the Heck is a Merkle Tree Anyways?]]></title>
            <description><![CDATA[A deep dive into Merkle trees with practical Rust examples]]></description>
            <link>/posts/what-the-heck-is-a-merkle-tree</link>
            <guid isPermaLink="true">/posts/what-the-heck-is-a-merkle-tree</guid>
            <category><![CDATA[rust]]></category>
            <category><![CDATA[cryptography]]></category>
            <category><![CDATA[merkle trees]]></category>
            <category><![CDATA[blockchain]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Thu, 06 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Zero-Copy in Rust: Maximizing Performance in Systems Programming]]></title>
            <description><![CDATA[In the realm of systems programming, efficiency is paramount. Every unnecessary data copy can lead to performance bottlenecks, increased memory usage, and higher CPU utilization. This is where the concept of zero-copy comes into play, offering a powerful technique to optimize data handling and transfer operations.]]></description>
            <link>/posts/zero-copy-in-rust-maximizing-performance</link>
            <guid isPermaLink="true">/posts/zero-copy-in-rust-maximizing-performance</guid>
            <category><![CDATA[rust]]></category>
            <category><![CDATA[zero-copy]]></category>
            <category><![CDATA[performance]]></category>
            <dc:creator><![CDATA[Tracy]]></dc:creator>
            <pubDate>Fri, 05 Jul 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>