Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakandilek/google-diff-match-patch
Automatically exported from code.google.com/p/google-diff-match-patch
https://github.com/hakandilek/google-diff-match-patch
Last synced: 11 days ago
JSON representation
Automatically exported from code.google.com/p/google-diff-match-patch
- Host: GitHub
- URL: https://github.com/hakandilek/google-diff-match-patch
- Owner: hakandilek
- License: apache-2.0
- Created: 2015-09-29T15:47:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T16:07:07.000Z (about 9 years ago)
- Last Synced: 2024-10-13T15:44:44.816Z (26 days ago)
- Language: Python
- Size: 2.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 57
-
Metadata Files:
- Readme: README.txt
- License: COPYING
Awesome Lists containing this project
README
Diff, Match and Patch Library
http://code.google.com/p/google-diff-match-patch/
Neil FraserThis library is currently available in seven different ports, all using the same API.
Every version includes a full set of unit tests.C++:
* Ported by Mike Slemmer.
* Currently requires the Qt library.C#:
* Ported by Matthaeus G. Chajdas.Dart:
* The Dart language is still growing and evolving, so this port is only as
stable as the underlying language.Java:
* Included is both the source and a Maven package.JavaScript:
* diff_match_patch_uncompressed.js is the human-readable version.
Users of node.js should 'require' this uncompressed version since the
compressed version is not guaranteed to work outside of a web browser.
* diff_match_patch.js has been compressed using Google's internal JavaScript compressor.
Non-Google hackers who wish to recompress the source can use:
http://dean.edwards.name/packer/Lua:
* Ported by Duncan Cross.
* Does not support line-mode speedup.Objective C:
* Ported by Jan Weiss.
* Includes speed test (this is a separate bundle for other languages).Python:
* Two versions, one for Python 2.x, the other for Python 3.x.
* Runs 10x faster under PyPy than CPython.Demos:
* Separate demos for Diff, Match and Patch in JavaScript.