Page MenuHomePhabricator

In prose diffs, use hash-and-diff for coarse "level 0" diffing to scale better
ClosedPublic

Authored by epriestley on Sep 25 2019, 10:12 PM.
Tags
None
Referenced Files
F13178762: D20839.diff
Wed, May 8, 8:40 PM
F13174630: D20839.diff
Wed, May 8, 12:18 AM
Unknown Object (File)
Sun, Apr 28, 1:33 PM
Unknown Object (File)
Sat, Apr 27, 5:11 PM
Unknown Object (File)
Thu, Apr 25, 3:55 AM
Unknown Object (File)
Thu, Apr 18, 9:06 AM
Unknown Object (File)
Mon, Apr 15, 12:27 AM
Unknown Object (File)
Apr 5 2024, 5:01 AM
Subscribers
None

Details

Summary

Depends on D20838. Fixes T13414. Instead of doing coarse diffing with "PhutilEditDistanceMatrix", use hash-and-diff with "DocumentEngine".

Test Plan
  • On a large document (~3K top level blocks), saw a more sensible diff, instead of the whole thing falling back to "everything changed" mode.
  • On a small document, still saw a sensible granular diff.

Screen Shot 2019-09-25 at 2.55.12 PM.png (699×849 px, 190 KB)

Diff Detail

Repository
rP Phabricator
Branch
jupyter10
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23497
Build 32295: Run Core Tests
Build 32294: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 25 2019, 11:50 PM
This revision was automatically updated to reflect the committed changes.