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
F15421765: D20839.id49670.diff
Sat, Mar 22, 2:06 AM
Unknown Object (File)
Feb 9 2025, 8:13 AM
Unknown Object (File)
Feb 9 2025, 8:12 AM
Unknown Object (File)
Feb 9 2025, 8:12 AM
Unknown Object (File)
Feb 9 2025, 8:12 AM
Unknown Object (File)
Feb 2 2025, 9:49 AM
Unknown Object (File)
Jan 30 2025, 4:52 AM
Unknown Object (File)
Jan 25 2025, 5:53 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
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.