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

Fast mutable expressions #7

Closed
ctrekker opened this issue Jan 6, 2022 · 0 comments · Fixed by #8
Closed

Fast mutable expressions #7

ctrekker opened this issue Jan 6, 2022 · 0 comments · Fixed by #8

Comments

@ctrekker
Copy link
Owner

ctrekker commented Jan 6, 2022

The amount of memory allocations currently required for manipulating expressions in proof algorithms is absolutely rediculous. Expression immutability allows for some insurance as to the validity of the variables and operations sets, which contain the recursively used variables and operations of a tree respectively, which helps tremendously for speeding up other algorithms. Fields like this will require propagating updates on all parents of a modified expression tree.

rediculous-allocations jl

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 a pull request may close this issue.

1 participant