-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
Component: Python APIIssue needs changes to the python APIIssue needs changes to the python APIEffort: TrivialIssue should take < 1 dayIssue should take < 1 dayImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Milestone
Description
One area for potential improvement in startup time would be better creation of pyc files. For python > 3.8, it's possible to use PYTHONPYCACHEPREFIX
to fix a location out of band that would store the created PYC files. This lets us save created pyc files in a writable location and save startup launch.
Metadata
Metadata
Assignees
Labels
Component: Python APIIssue needs changes to the python APIIssue needs changes to the python APIEffort: TrivialIssue should take < 1 dayIssue should take < 1 dayImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround