-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Spike: Investigate using webworker for Python discovery #21755
Comments
This comment was marked as spam.
This comment was marked as spam.
SpikeDiscovery = locator + watcher + resolver
Resolver & locator part are expensive, watcher can be outside. The issue right now is watcher is part of the locator, locator gives out existing environment locations and watcher returns whether there's an new env in those locations. |
Perf analysis of where time is spent on extension load, and how discovery impacts it: |
Spike results: #22146 (comment) |
#15813
The text was updated successfully, but these errors were encountered: