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

Use diffy for string diffing #18

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Use diffy for string diffing #18

merged 1 commit into from
Dec 22, 2023

Conversation

martosaur
Copy link
Member

After some testing we can definitely say that String.myers_difference is not a drop-in replacement for DMP.main due to lacking diff optimizations.

Another option is to use diffy library for main diff function and apply diff-match-patch's semantic cleanup on top.

@martosaur martosaur merged commit 2bfd2e1 into main Dec 22, 2023
@martosaur martosaur deleted the am/diffy branch December 22, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants