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
Roll back SubstMap functionality into general TreeTypeMap
Adding SubstMap is a bit clunky and might have been a performance regression.
Trying to do without it by rolling back its hebavior to regular TreeTypeMaps.
Downsides:
- loss of modularity (TreeTypeMaps have to know about holes)
- possible loss of error checking (normal TreeTypeMaps no longer crash when seeing a hole)
0 commit comments