Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
7answers
5k views

Diff Algorithm

I've been looking like crazy for an explanation of a diff algorithm that works and is efficient. The closest I got is this link to RFC 3284 (from several Eric Sink blog posts), which describes in ...
2
votes
2answers
761 views

VCDIFF for Java or alternative binary diff formats

Is there an open-source Java implementation of the VCDIFF binary diff format (decoder and encoder)? There are xdelta and open-vcdiff, but those are both C libraries. Alternatively, are the other ...