You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,16 @@ This is a test ~senctence~**for diffutils**.
38
38
* parsing the unified diff format
39
39
* producing human-readable differences
40
40
* inline difference construction
41
+
* Algorithms:
42
+
* Myer
43
+
* HistogramDiff using JGit Library
41
44
42
45
### Algoritms ###
43
46
44
-
This library implements Myer's diff algorithm. But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
47
+
* Myer's diff
48
+
* HistogramDiff
49
+
50
+
But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
45
51
46
52
### Changelog ###
47
53
* Version 1.4
@@ -52,6 +58,8 @@ This library implements Myer's diff algorithm. But it can easily replaced by any
52
58
* support for inline merge
53
59
* restructured packages
54
60
* changed API
61
+
* changed Algorithm to provide only cursor positions
62
+
* integrated JGit (Eclipse Licensed) to provide HistogramDiff to gain speed for large datasets
0 commit comments