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 Optimization #100

Open
MaxOstrowski opened this issue Jan 17, 2024 · 1 comment
Open

Performance Optimization #100

MaxOstrowski opened this issue Jan 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@MaxOstrowski
Copy link
Member

Performance becomes an issue with fixpoint optimization. While dependency analysis etc.. could profit from on the fly recomputation, this is hard to implement. Pick low hanging fruits by analysing bottlenecks.

@MaxOstrowski MaxOstrowski added the enhancement New feature or request label Jan 17, 2024
@MaxOstrowski
Copy link
Member Author

Most of the time seems to be spend using sympy simplify.
Second largest is accessing AST's in general, collecting binding information.

MaxOstrowski added a commit that referenced this issue Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant