-
-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
performancePotential performance improvementPotential performance improvement
Description
Wouldn't it make more sense to have this complicated launcher only if the Python path contains a space?
Because the Python startup time is already slow enough, I don't think having two extra processes (per startup) (
dirnameandrealpath) would help much. (Also it would break if one intends to use this in a minimal container / environment, where thecoreutilsor equivalent aren't present.)Now I don't exactly know if this launcher should be relocatable, but if so, I think there can be a way to detect in pure POSIX
shif the$0contains a space, and if so do this, else just leaving it alone.
Posted by @cipriancraciun in #395 (comment)
Metadata
Metadata
Assignees
Labels
performancePotential performance improvementPotential performance improvement