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

PERF: delay most costly import statements until they are needed #287

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

neutrinoceros
Copy link
Owner

This shaves about 60% off of import time on my x86 laptop

@neutrinoceros neutrinoceros changed the title PERF: delay most costly import statement until they are needed PERF: delay most costly import statements until they are needed Nov 28, 2024
@neutrinoceros neutrinoceros force-pushed the perf/minimize_importtime branch 2 times, most recently from aec2ac8 to 344759e Compare November 28, 2024 16:44
@neutrinoceros neutrinoceros marked this pull request as ready for review November 28, 2024 17:16
@neutrinoceros neutrinoceros merged commit 8e10dda into main Nov 28, 2024
16 checks passed
@neutrinoceros neutrinoceros deleted the perf/minimize_importtime branch November 28, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant