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

Implement array diff using Myers' algorithm #3

Open
stephank opened this issue Mar 17, 2014 · 2 comments
Open

Implement array diff using Myers' algorithm #3

stephank opened this issue Mar 17, 2014 · 2 comments

Comments

@stephank
Copy link
Member

Diffing arrays is particularly inefficient when changes trigger the full LCS algorithm. Implementing Myers' algorithm should be a significant speed-up.

(Leaving this as a note for myself, no time to tackle the issue right now.)

@stephank stephank self-assigned this Aug 25, 2014
@stephank
Copy link
Member Author

003348f implements greedy search, without refinements, as described in the paper.

@stephank stephank removed their assignment Dec 1, 2021
@stephank
Copy link
Member Author

stephank commented Dec 1, 2021

Unassigned myself, because I currently don't have a need to implement additional performance improvements in array diffing.

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

No branches or pull requests

1 participant