Skip to content

Commit aefbb2d

Browse files
committed
updated readme
1 parent e4ff7be commit aefbb2d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,16 @@ This is a test ~senctence~**for diffutils**.
3838
* parsing the unified diff format
3939
* producing human-readable differences
4040
* inline difference construction
41+
* Algorithms:
42+
* Myer
43+
* HistogramDiff using JGit Library
4144

4245
### Algoritms ###
4346

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.
4551

4652
### Changelog ###
4753
* Version 1.4
@@ -52,6 +58,8 @@ This library implements Myer's diff algorithm. But it can easily replaced by any
5258
* support for inline merge
5359
* restructured packages
5460
* changed API
61+
* changed Algorithm to provide only cursor positions
62+
* integrated JGit (Eclipse Licensed) to provide HistogramDiff to gain speed for large datasets
5563
* Version 1.2
5664
* JDK 1.5 compatibility
5765
* Ant build script

0 commit comments

Comments
 (0)