Documentation
¶
Overview ¶
Package diff provides a memory-safe unified diff computation.
Index ¶
Constants ¶
View Source
const MaxLines = 75_000
MaxLines is the maximum total number of lines (old + new) for which a full structural diff is computed. Beyond this the diff is summarized because no human can meaningfully review it and the algorithmic cost becomes prohibitive.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.