Skip to content

Commit 344fc8a

Browse files
committed
[perf] parallelize search
1 parent 6e1667f commit 344fc8a

6 files changed

Lines changed: 279 additions & 174 deletions

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ Interface changes:
286286
character (�) and, when the line is focused, an
287287
overlay will show a hex dump of the line.
288288

289+
Performance:
290+
* Searches now run in parallel using multiple child
291+
processes. Large line ranges are split into chunks
292+
and distributed across available CPU cores, speeding
293+
up search in large files.
294+
289295
Bug Fixes:
290296
* If a file path contains a hash (`#`), check if the path
291297
exists before splitting around the hash and treating it

0 commit comments

Comments
 (0)