-
Notifications
You must be signed in to change notification settings - Fork 3
🚀 [Feature]: Install only the Nerd Font variants you need with faster reruns #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Marius Storhaug (MariusStorhaug)
merged 41 commits into
main
from
perf/install-improvements
May 20, 2026
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4f46dd1
perf: add Install-NerdFont performance measurement script
MariusStorhaug e63bfc1
perf: suppress Invoke-WebRequest progress bar during font downloads
MariusStorhaug acb9884
perf: dedup font set with List+HashSet, drop O(n^2) array growth
MariusStorhaug ddd7142
perf: skip download when font is already installed (closes #73)
MariusStorhaug 414f423
fix: handle empty Get-Font result in skip-installed check
MariusStorhaug c3eddbf
perf: extract font archives via ZipFile API (closes #72)
MariusStorhaug 955ea2c
perf: cache downloaded font archives between invocations (closes #76)
MariusStorhaug 3f208ea
perf: add -Variant filter to install only desired font variants (clos…
MariusStorhaug 6df13c6
style: split long Variant switch arms for PSUseConsistentWhitespace/P…
MariusStorhaug 7a054ea
test: add -Variant Mono case to lift code coverage above threshold
MariusStorhaug ddd8014
perf: parallelize font downloads/extract (closes #71)
MariusStorhaug d041a0b
perf: parallel HTTP downloads via HttpClient tasks (closes #71)
MariusStorhaug 1572b9a
perf: bound parallel HTTP downloads to 8 concurrent (closes #71)
MariusStorhaug ed569aa
Document variant installs and cache behavior
MariusStorhaug 62233a5
Handle partial download failures in Install-NerdFont
MariusStorhaug 4ea2bdc
Fix Install-NerdFont indentation for CI
MariusStorhaug 5d90644
Normalize queued download object indentation
MariusStorhaug cadd8cf
Add coverage for installed-font skip path
MariusStorhaug 5d052b7
Use processor count for default parallelism
MariusStorhaug a7223f4
Remove perf-results.jsonl from .gitignore and add the file with perfo…
MariusStorhaug a63442d
Increase Install-NerdFont coverage with Standard variant test
MariusStorhaug d8d51c2
Fix formatting of Write-Host output in Measure-InstallPerformance.ps1
MariusStorhaug 34de022
Stabilize all-font test and fix recursive temp cleanup
MariusStorhaug 5183ed2
Address PR #77 review threads: cache resilience, variant dedupe, docs…
MariusStorhaug 1a4120e
Fix Sort-Object property expressions not being passed to the command;…
MariusStorhaug 75feaf4
Run duplicate-file removal for all variant selections, not just non-All
MariusStorhaug 634c91c
Fix prefix false-positive in skip check, cap download throttle at 8, …
MariusStorhaug 2b35f57
Fix cache resilience and strengthen variant test assertions
MariusStorhaug ef4c99f
Add test for cache-read failure fallback to improve coverage
MariusStorhaug 00d4a36
Fix CI test failures: isolate variant tests from Fonts module, fix ca…
MariusStorhaug f3f71bd
Defer cache directory creation until approved by ShouldProcess; fix p…
MariusStorhaug f8137f2
Clean up test-created cache directories so tests leave no persistent …
MariusStorhaug 5262f49
Refactor tests to use InModuleScope for module-level coverage; add Pr…
MariusStorhaug 2ae527f
Fix CI test failures and address cache write review threads
MariusStorhaug 9c42642
Add -Variant help examples; defer download errors until after batch i…
MariusStorhaug 9d69e61
Fix cross-platform path construction in tests; guard null tempCachePa…
MariusStorhaug 0316076
Use named parameters in Join-Path calls to fix PSAvoidUsingPositional…
MariusStorhaug e8353a2
Remove performance measurement script and results file
MariusStorhaug e67e99f
Make temp-file cleanup best-effort to prevent abort under -ErrorActio…
MariusStorhaug 8a13f22
Initialize $tempCachePath to $null before try block to prevent stale …
MariusStorhaug 5705700
Remove unnecessary -Force from variant tests to enable cache reuse
MariusStorhaug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.