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
Unknown Object (File)
Tue, Jan 21, 9:44 AM
Unknown Object (File)
Tue, Dec 31, 4:50 AM
Unknown Object (File)
Mon, Dec 30, 8:03 PM
Unknown Object (File)
Dec 16 2024, 11:41 PM
Unknown Object (File)
Dec 15 2024, 12:57 PM
Unknown Object (File)
Dec 12 2024, 6:10 AM
Unknown Object (File)
Dec 11 2024, 6:39 PM
Unknown Object (File)
Dec 7 2024, 4:50 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.