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
In relation to #55, using a WeakKeyDictionary might help automatically thin large states containing "auxiliary" logic variables that are no longer relevant.
We would definitely need to profile this and see how well it scales in certain "directions".
In relation to #55, using a
WeakKeyDictionary
might help automatically thin large states containing "auxiliary" logic variables that are no longer relevant.We would definitely need to profile this and see how well it scales in certain "directions".
N.B. A lot of the state cloning is implicitly done within
unify
, so this might be more appropriate for https://github.com/pythological/unification.The text was updated successfully, but these errors were encountered: