| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-05 | 724 Bytes | |
| sebastian_diff 9.0.0 source code.tar.gz | 2026-06-05 | 14.3 kB | |
| sebastian_diff 9.0.0 source code.zip | 2026-06-05 | 22.3 kB | |
| Totals: 3 Items | 37.3 kB | 0 | |
Changed
- #138: Use Eugene W. Myers' linear-space algorithm
Removed
- #157: The
UnifiedDiffOutputBuilderandAbstractChunkOutputBuilderclasses have been removed, useStrictUnifiedDiffOutputBuilderinstead - The
SebastianBergmann\Diff\LongestCommonSubsequenceCalculatorinterface, its two implementationsSebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculatorandSebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator, and the$lcsparameter ofSebastianBergmann\Diff\Differ::diff()andSebastianBergmann\Diff\Differ::diffToArray()have been removed