Skip to content
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

Re-arrange PEX modules into runtime, buildtime and shared packages. #1154

Closed
jsirois opened this issue Dec 22, 2020 · 1 comment
Closed

Re-arrange PEX modules into runtime, buildtime and shared packages. #1154

jsirois opened this issue Dec 22, 2020 · 1 comment
Labels
performance tech-debt Issue that addresses technical debt.

Comments

@jsirois
Copy link
Member

jsirois commented Dec 22, 2020

In order to both aid comprehension and help trim down runtime dependencies, the existing ~flat module structure should be re-arranged into packages used by the runtime, at build time and in both. This has started to become an acute need with --venv mode added in #1153 where the import time of code used by __main__.py becomes the bottleneck when re-execing into a venv.

@jsirois jsirois added tech-debt Issue that addresses technical debt. performance labels Dec 22, 2020
@jsirois
Copy link
Member Author

jsirois commented Aug 16, 2024

Closing this as a dup of #88. I whiffed Wickman had called this shot.

@jsirois jsirois closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance tech-debt Issue that addresses technical debt.
Projects
None yet
Development

No branches or pull requests

1 participant