Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

binary diff library for Java [closed]

There are several questions about text-diff libraries for Java on SO, but none about binary diff. So here I go:

I'm looking for a binary diff library, implemented in Java. I found javaxdelta and GNU Diff port but I wonder if there are some other hidden gems out there? And, maybe someone has experience with above mentioned libraries? A comparison would be super helpful.

Finally, maybe it is helpful to know that I want to diff objects serialized with Avro.

like image 997
Neeme Praks Avatar asked Mar 02 '11 05:03

Neeme Praks


1 Answers

I've found a new (as far as I can tell) Java implementation of a binary diff: JBDiff

like image 72
Sebastien Diot Avatar answered Oct 16 '22 10:10

Sebastien Diot