<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Performance on lukaswalter.dev</title>
    <link>https://www.lukaswalter.dev/tags/performance/</link>
    <description>Recent content in Performance on lukaswalter.dev</description>
    <image>
      <title>lukaswalter.dev</title>
      <url>https://www.lukaswalter.dev/images/LW%20Dev%20Thumbnail.png</url>
      <link>https://www.lukaswalter.dev/images/LW%20Dev%20Thumbnail.png</link>
    </image>
    <generator>Hugo -- 0.150.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 05 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.lukaswalter.dev/tags/performance/index.xml" rel="self" type="application/rss+xml" /><item>
      <title>Avoid hidden allocations in hot paths</title>
      <link>https://www.lukaswalter.dev/tips/avoid-hidden-allocations-in-hot-paths/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/avoid-hidden-allocations-in-hot-paths/</guid>
      <description>Watch for small per-item allocations inside loops, parsers, serializers, and request paths.</description>
    </item><item>
      <title>Measure before you optimize</title>
      <link>https://www.lukaswalter.dev/tips/measure-before-you-optimize/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/measure-before-you-optimize/</guid>
      <description>Use traces, counters, profiles, and focused benchmarks before changing code for performance.</description>
    </item><item>
      <title>Prefer keyset pagination for deep lists</title>
      <link>https://www.lukaswalter.dev/tips/prefer-keyset-pagination-for-deep-lists/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/prefer-keyset-pagination-for-deep-lists/</guid>
      <description>Use seek-based pagination when users move through large ordered result sets.</description>
    </item><item>
      <title>Start independent tasks before awaiting them</title>
      <link>https://www.lukaswalter.dev/tips/start-independent-tasks-before-awaiting/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/start-independent-tasks-before-awaiting/</guid>
      <description>Create unrelated asynchronous operations first, then await them together.</description>
    </item><item>
      <title>Use HybridCache when cache stampedes matter</title>
      <link>https://www.lukaswalter.dev/tips/use-hybridcache-when-cache-stampedes-matter/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/use-hybridcache-when-cache-stampedes-matter/</guid>
      <description>Use HybridCache for expensive shared lookups where many callers can miss at once.</description>
    </item>
  </channel>
</rss>
