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
diff is currently implemented in a very naive way: we build materialized paths for both branches we are comparing, and then doing an full outer join on those two. Might be able to do something smarter (diff directories on-the-go instead of materializing?).
The text was updated successfully, but these errors were encountered:
diff is currently implemented in a very naive way: we build materialized paths for both branches we are comparing, and then doing an full outer join on those two. Might be able to do something smarter (diff directories on-the-go instead of materializing?).
The text was updated successfully, but these errors were encountered: