<?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 AI VOID</title><link>https://ai-blog.noorshomelab.dev/categories/performance/</link><description>Recent content in Performance on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 14 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/categories/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Advanced LangCache Features and Optimization</title><link>https://ai-blog.noorshomelab.dev/redis-langcache-guide/advanced-langcache-features-and-optimization/</link><pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-langcache-guide/advanced-langcache-features-and-optimization/</guid><description>&lt;h2 id="4-advanced-langcache-features-and-optimization"&gt;4. Advanced LangCache Features and Optimization&lt;/h2&gt;
&lt;p&gt;Beyond basic &lt;code&gt;set&lt;/code&gt; and &lt;code&gt;search&lt;/code&gt; operations, Redis LangCache offers several powerful features and configuration options to fine-tune its behavior. Understanding these allows you to optimize cache performance, cost efficiency, and relevance for your specific AI applications.&lt;/p&gt;
&lt;h3 id="41-fine-tuning-similarity-threshold"&gt;4.1 Fine-tuning Similarity Threshold&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;similarity_threshold&lt;/code&gt; (Python) or &lt;code&gt;similarityThreshold&lt;/code&gt; (Node.js) parameter in the &lt;code&gt;search&lt;/code&gt; method is crucial. It determines how closely a new prompt&amp;rsquo;s embedding must match a cached embedding for it to be considered a &amp;ldquo;hit.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Chapter 10: Optimizing Performance: Indexing, Query Tuning, and Data Structures</title><link>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-10-performance-optimization/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-10-performance-optimization/</guid><description>&lt;h2 id="introduction-making-your-real-time-apps-fly"&gt;Introduction: Making Your Real-Time Apps Fly&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid SpaceTimeDB adventurer! In our previous chapters, we&amp;rsquo;ve explored the foundational elements of SpaceTimeDB: setting up your environment, designing schemas, writing reducers, and synchronizing real-time state with clients. You&amp;rsquo;ve learned how to build a reactive, collaborative backend with ease.&lt;/p&gt;
&lt;p&gt;But what happens when your application grows? When thousands, or even millions, of players or users are interacting with your system simultaneously? That&amp;rsquo;s when performance becomes not just a nice-to-have, but a critical requirement. Slow queries, inefficient data access, or poorly designed schemas can quickly turn a blazing-fast real-time experience into a frustrating lag-fest.&lt;/p&gt;</description></item><item><title>Chapter 11: Advanced USearch Features: Quantization &amp;amp; Compression</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/11-usearch-quantization-compression/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/11-usearch-quantization-compression/</guid><description>&lt;h2 id="chapter-11-advanced-usearch-features-quantization--compression"&gt;Chapter 11: Advanced USearch Features: Quantization &amp;amp; Compression&lt;/h2&gt;
&lt;p&gt;Welcome back, fellow vector search enthusiast! In the previous chapters, we laid a solid foundation for understanding USearch and how to perform efficient similarity searches. We&amp;rsquo;ve seen how powerful vector search can be, especially when combined with a robust database like ScyllaDB for large-scale, real-time applications.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;re going to level up our USearch skills by diving into two crucial advanced features: &lt;strong&gt;quantization&lt;/strong&gt; and &lt;strong&gt;compression&lt;/strong&gt;. Why are these so important? As you scale your vector search applications, especially with billions of vectors, memory consumption and computational cost become significant challenges. Quantization and compression are your secret weapons to tackle these issues head-on, allowing you to build even more efficient and scalable systems.&lt;/p&gt;</description></item><item><title>Build Optimizations: Smaller Bundles, Faster Apps</title><link>https://ai-blog.noorshomelab.dev/angular-v21-mastery/chapter-11-build-optimizations/</link><pubDate>Wed, 20 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/angular-v21-mastery/chapter-11-build-optimizations/</guid><description>&lt;h2 id="build-optimizations-smaller-bundles-faster-apps"&gt;Build Optimizations: Smaller Bundles, Faster Apps&lt;/h2&gt;
&lt;p&gt;Application performance is paramount, and a critical factor in performance is the size and speed of your application bundles. Angular has consistently invested in its build pipeline, and v21 delivers significant upgrades that result in &lt;strong&gt;smaller application bundles&lt;/strong&gt; and &lt;strong&gt;faster compilation times&lt;/strong&gt;. These optimizations directly translate to faster loading applications and a more productive development experience.&lt;/p&gt;
&lt;h3 id="the-power-of-esbuild-as-the-default-builder"&gt;The Power of &lt;code&gt;esbuild&lt;/code&gt; as the Default Builder&lt;/h3&gt;
&lt;p&gt;A major driver behind Angular v21&amp;rsquo;s build improvements is the continued integration and adoption of &lt;code&gt;esbuild&lt;/code&gt;. &lt;code&gt;esbuild&lt;/code&gt; is an extremely fast JavaScript bundler and minifier written in Go. Its speed is a game-changer for development and production builds.&lt;/p&gt;</description></item></channel></rss>