You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andoperations
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.The text was updated successfully, but these errors were encountered: