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
F17305625: D20839.diff
Thu, Jun 26, 9:39 AM
Unknown Object (File)
Wed, Jun 18, 4:51 AM
Unknown Object (File)
Wed, May 28, 12:02 PM
Unknown Object (File)
Apr 20 2025, 1:31 PM
Unknown Object (File)
Apr 19 2025, 2:17 AM
Unknown Object (File)
Apr 10 2025, 9:49 PM
Unknown Object (File)
Apr 10 2025, 2:57 PM
Unknown Object (File)
Apr 7 2025, 8:56 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.