<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Improving Find in Files performance]]></title><description><![CDATA[<p dir="auto">Hi Notepad++ team!</p>
<p dir="auto">I’ve created a pull request that improves the Find in Files performance by re-using the existing approach with several optimizations, and thus making it 2…3 times faster.</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/18376" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/18376</a></p>
<p dir="auto">I haven’t invented anything new, just optimized what was already there.<br />
I realize the code review may create an impression that several parts have been completely re-written, but that’s no true.<br />
In fact, the <em>existing</em> code has been refactored by extracting parts of several functions into separate helpers, so these moved blocks of code together with new helpers create an impression of a lot of changes. But if you follow the code logic, or just manually copy-paste the separate helpers into the places where these helpers are called, you’d realize the code flow remains the same.<br />
Please feel free to review and test.<br />
I’m writing here because I’m afraid the longer this pull request remains open, the higher are chances of merge conflicts to appear in the affected files.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27663/improving-find-in-files-performance</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 21:44:26 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27663.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Sep 2026 12:30:14 GMT</pubDate><ttl>60</ttl></channel></rss>