Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
python-environment-tools
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
207
Code
Issues
2
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
perf(pet-windows-registry): parallelize HKLM/HKCU walk and reuse cache across refresh
- #458
#458
Merged
Karthik Nadig (karthiknadig)
merged 9 commits into
main
microsoft/python-environment-tools:main
from
feature/issue-454
microsoft/python-environment-tools:feature/issue-454
Copy head branch name to clipboard
May 8, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
perf(pet-windows-registry): parallelize HKLM/HKCU walk and reuse cache across refresh
#458
Karthik Nadig (karthiknadig)
merged 9 commits into
main
microsoft/python-environment-tools:main
from
feature/issue-454
microsoft/python-environment-tools:feature/issue-454
Copy head branch name to clipboard
Commits
Commits on May 7, 2026
perf(pet-windows-registry): parallelize HKLM/HKCU walk and reuse cache across find() (Fixes #454)
Karthik Nadig (karthiknadig)
committed
fe0a2e8
View commit details
Copy full SHA for fe0a2e8
Browse repository at this point
Commits on May 8, 2026
fix: replay cached entries to reporter on cache hit; per-company panic labels (PR #458)
Karthik Nadig (karthiknadig)
committed
27d5e26
View commit details
Copy full SHA for 27d5e26
Browse repository at this point
fix: store cached LocatorResult as Arc to avoid deep clone on hit (PR #458)
Karthik Nadig (karthiknadig)
committed
9eec5f5
View commit details
Copy full SHA for 9eec5f5
Browse repository at this point
fix: skip caching registry walk results when worker thread panicked (PR #458)
Karthik Nadig (karthiknadig)
committed
f602708
View commit details
Copy full SHA for f602708
Browse repository at this point
fix: read-only try_from cache lookup; release mutex during registry walk (PR #458)
Karthik Nadig (karthiknadig)
committed
e7b0d0c
View commit details
Copy full SHA for e7b0d0c
Browse repository at this point
fix: replay conda find_and_report on cache hit; fix racy cache miss (PR #458)
Karthik Nadig (karthiknadig)
committed
9bf31b5
View commit details
Copy full SHA for 9bf31b5
Browse repository at this point
fix: unify CachedRegistryWalk across platforms to fix non-Windows build (PR #458)
Karthik Nadig (karthiknadig)
committed
e871689
View commit details
Copy full SHA for e871689
Browse repository at this point
fix: keep try_from read-only (no registry walk) (PR #458)
Karthik Nadig (karthiknadig)
committed
edccebc
View commit details
Copy full SHA for edccebc
Browse repository at this point
fix: restore registry walk in try_from (cache hit is now safe via conda dirs replay) (PR #458)
Karthik Nadig (karthiknadig)
committed
beef991
View commit details
Copy full SHA for beef991
Browse repository at this point
You can’t perform that action at this time.