<?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 Pauls Blog</title><link>https://prule.github.io/pauls-blog/tags/performance/</link><description>Recent content in Performance on Pauls Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 26 Jun 2026 20:28:52 +1000</lastBuildDate><atom:link href="https://prule.github.io/pauls-blog/tags/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Switching from nvm to fnm</title><link>https://prule.github.io/pauls-blog/post/coding/2026/switching-to-fnm/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +1000</pubDate><guid>https://prule.github.io/pauls-blog/post/coding/2026/switching-to-fnm/</guid><description>&lt;p&gt;&lt;code&gt;fnm&lt;/code&gt; and &lt;code&gt;nvm&lt;/code&gt; are tools for managing node installations. This is useful for ensuring the correct version of node is used for each project.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;fnm&lt;/code&gt; is built in Rust. It&amp;rsquo;s orders of magnitude faster than &lt;code&gt;nvm&lt;/code&gt;, cross-platform, and fully compatible with existing &lt;code&gt;.nvmrc&lt;/code&gt; and &lt;code&gt;.node-version&lt;/code&gt; files.&lt;/p&gt;
&lt;h2 id="why-switch"&gt;Why Switch?&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;nvm&lt;/code&gt; is a massive shell script. It sources itself every time you open a new terminal tab. This overhead becomes noticeable, often adding 300-500ms to shell startup times.&lt;/p&gt;</description></item><item><title>Why You Should Switch to pnpm</title><link>https://prule.github.io/pauls-blog/post/coding/2026/why-switch-to-pnpm/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +1000</pubDate><guid>https://prule.github.io/pauls-blog/post/coding/2026/why-switch-to-pnpm/</guid><description>&lt;p&gt;If you are still using npm or Yarn Classic, you are wasting gigabytes of local storage, slowing down your CI/CD pipelines, and opening the door to silent dependency bugs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;pnpm&lt;/strong&gt; (performant npm) solves these issues out of the box. By replacing file duplication with a single, content-addressable store and using hard links to assemble &lt;code&gt;node_modules&lt;/code&gt;, pnpm makes dependency resolution fast, strict, and disk-efficient.&lt;/p&gt;</description></item></channel></rss>