-
Notifications
You must be signed in to change notification settings - Fork 294
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
Creating interactive window scans for all kernel specs #6672
Comments
@rebornix This is expected behavior, no? Otherwise the kernel picker will not be populated with kernels. |
It's an expected behavior, but the scanning starts too early and slows down the requested code execution. It can affect the speed of daemon and the kernel creation (by using more cpu cycles) and also main thread of extension host. Curious about how much we can gain for postponing everything not needed for the first cell execution (including the second kernel process for faster restart purpose). Any ideas? |
Previously the second kernel process used to start immidiately, I moved the code to when we we run some code against the first kernel process. This resulted in a big improvement (hence the reason for changing that). I'm certain that removing it entirely will have benefits. Lets discuss offline today. |
improvements have been made, wont fix for now |
Issue Type: Bug
Extension version: 2021.8.1025925145
VS Code version: Code - Insiders 1.59.0-insider (9520f0a515e7e24802c92f885a0efb242fca3831, 2021-07-14T07:15:41.024Z)
OS version: Windows_NT x64 10.0.19041
Restricted Mode: No
The text was updated successfully, but these errors were encountered: