Diff Match Patch

PHP port of the Google's diff-match-patch library (https://github.com/google/diff-match-patch)
Alternatives To Diff Match Patch
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Diff Match Patch6,749114 months ago1March 09, 201893apache-2.0Python
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
Google Diff Match Patch269
8 years ago58apache-2.0Python
Automatically exported from code.google.com/p/google-diff-match-patch
Diff Match Patch1422562 years ago4September 28, 20194apache-2.0PHP
PHP port of the Google's diff-match-patch library (https://github.com/google/diff-match-patch)
Google Diff Match Patch Objective C96
255 months ago1March 24, 20154apache-2.0Objective-C
Objective C port of the Diff, Match and Patch libraries
Google Diff Match Patch Git Svn41
11 years agoapache-2.0Python
Unofficial mirror of Google’s Diff, Match and Patch libraries for Plain Text (http://code.google.com/p/google-diff-match-patch/)
Dubdiff28
2 years ago2mitJavaScript
A quick and easy diff generator with support for plaintext and formatted diffs of markdown.
Git_diff_xlsx19
9 years ago4gpl-3.0Python
Converts a Microsoft Excel 2007+ file into plain text for comparison using git diff
Google Diff Match Patch C13
12 years agoapache-2.0Python
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match. Currently available in Java, JavaScript, Dart, C++, C#, Objective C, Lua and Python. Regardless of language, each library features the same API and the same functionality. All versions also have comprehensive test harnesses. Algorithms: This library implements Myer's diff algorithm which is generally considered to be the best general-purpose diff. A layer of pre-diff speedups and post-diff cleanups surround the diff algorithm, improving both performance and output quality. This library also implements a Bitap matching algorithm at the heart of a flexible matching and patching strategy.
Alternatives To Diff Match Patch
Select To Compare


Alternative Project Comparisons
Popular Diff Projects
Popular Plaintext Projects
Popular Text Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Diff
Plaintext