<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Build Speed on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/build-speed/</link><description>Recent content in Build Speed on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 02 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/build-speed/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 11: Parallel Processing and Performance Optimization</title><link>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-11-parallel-optimization/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-11-parallel-optimization/</guid><description>&lt;h2 id="chapter-11-parallel-processing-and-performance-optimization"&gt;Chapter 11: Parallel Processing and Performance Optimization&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 11! Up to this point, our static site generator (SSG) has been meticulously processing content, parsing frontmatter, converting Markdown to HTML, and rendering templates in a sequential fashion. While this approach is perfectly fine for smaller sites, as the number of content pages grows, the build time can become a significant bottleneck, impacting developer productivity and feedback cycles.&lt;/p&gt;
&lt;p&gt;In this chapter, we will tackle this performance challenge head-on by introducing parallel processing into our SSG&amp;rsquo;s build pipeline. Rust&amp;rsquo;s excellent concurrency story, particularly with libraries like &lt;code&gt;rayon&lt;/code&gt;, makes it straightforward to distribute computationally intensive tasks across multiple CPU cores. By the end of this chapter, our SSG will be capable of leveraging the full power of modern multi-core processors, drastically reducing build times for large projects, while maintaining the correctness and reliability of our generated output.&lt;/p&gt;</description></item></channel></rss>