Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Myers algorithm in linear space #112

Merged
merged 14 commits into from
Jun 11, 2024

refactor: remove unnecessary list copying

37933be
Select commit
Loading
Failed to load commit list.
Merged

Introduce Myers algorithm in linear space #112

refactor: remove unnecessary list copying
37933be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 5, 2024 in 1s

94.21% of diff hit (target 84.26%)

View this Pull Request on Codecov

94.21% of diff hit (target 84.26%)

Annotations

Check warning on line 181 in src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/myers/MyersDiffWithLinearSpace.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/myers/MyersDiffWithLinearSpace.kt#L181

Added line #L181 was not covered by tests

Check warning on line 429 in src/commonMain/kotlin/io/github/petertrr/diffutils/text/DiffRowGenerator.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/commonMain/kotlin/io/github/petertrr/diffutils/text/DiffRowGenerator.kt#L428-L429

Added lines #L428 - L429 were not covered by tests

Check warning on line 458 in src/commonMain/kotlin/io/github/petertrr/diffutils/text/DiffRowGenerator.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/commonMain/kotlin/io/github/petertrr/diffutils/text/DiffRowGenerator.kt#L458

Added line #L458 was not covered by tests