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

Performance issues #14

Open
Viicos opened this issue Dec 21, 2023 · 0 comments
Open

Performance issues #14

Viicos opened this issue Dec 21, 2023 · 0 comments
Labels

Comments

@Viicos
Copy link
Owner

Viicos commented Dec 21, 2023

Performance related to stubs generation

As a first workaround:

  • Use multiprocessing to run the multiple codemods (see how it's done in bump-pydantic)

If some codemods take too long to run, other options should be explored (as a replacement for LiCST). Preferably CST parsers as well.

Performance related to type checkers

pyright seems to handle it correctly, at least when used with Pylance. mypy should be benchmarked as well.

@Viicos Viicos added the meta label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant