<?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 RawCull</title><link>https://rawcull.netlify.app/tags/performance/</link><description>Recent content in Performance on RawCull</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 25 Apr 2026 09:52:59 +0200</lastBuildDate><atom:link href="https://rawcull.netlify.app/tags/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Memory Cache</title><link>https://rawcull.netlify.app/docs/cache/</link><pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate><guid>https://rawcull.netlify.app/docs/cache/</guid><description>&lt;h1 id="memory-cache"&gt;Memory Cache&lt;a class="td-heading-self-link" href="#memory-cache" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;RawCull uses a smart 3-step cache to keep browsing fast and reduce repeated work when viewing RAW files. In simple terms: RawCull tries the fastest location first (memory), then disk, and only decodes from the original RAW file when needed.&lt;/p&gt;
&lt;h2 id="why-this-matters"&gt;Why this matters&lt;a class="td-heading-self-link" href="#why-this-matters" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Decoding RAW files is expensive.&lt;br&gt;
Caching helps RawCull:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;show thumbnails faster&lt;/li&gt;
&lt;li&gt;reduce stutter while browsing&lt;/li&gt;
&lt;li&gt;avoid decoding the same file again and again&lt;/li&gt;
&lt;li&gt;keep performance stable during large photo sessions&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="the-3-cache-layers-fastest-to-slowest"&gt;The 3 cache layers (fastest to slowest)&lt;a class="td-heading-self-link" href="#the-3-cache-layers-fastest-to-slowest" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Memory cache (RAM)&lt;/strong&gt;&lt;br&gt;
Fastest. Recently used thumbnails are kept in memory for instant access.&lt;/p&gt;</description></item></channel></rss>