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 current implementation is ad-hoc and likely should be replaced with
a non-table based approach (i.e., fully pulling out DefPathHash from the
rmeta table infrastructure, of which we use ~none now), but this was an
easy way to get an initial PR out.
The main pending question is whether the assumption made here that there
is exactly one shared prefix accurate? If not, is it right that the
number should be typically small? (If so a deduplication scheme of which
this is a special case almost certainly makes sense).
0 commit comments