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
Extend caching in the space engine beyond local context
Previously isSubspace calls would be cached only as part of individual
Space object, so when recursing through their ADT contents, we were not
able to reuse the previously computed information. Now the cache is
shared across the whole space engine run.
0 commit comments