Skip to content

Generation of .pyc files #6961

Open
Performance
@psifertex

Description

@psifertex

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 APIEffort: TrivialIssue should take < 1 dayImpact: MediumIssue is impactful with a bad, or no, workaround

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions