#diff #part #algorithm #jp #computing

jp_diff

A small crate for computing diffs (part of the jp project)

1 unstable release

0.1.0 Feb 20, 2019

#3 in #jp


Used in libjp

MIT/Apache

19KB
296 lines

This crate contains a simple implementation of the patience diff algorithm (specifically, the non-recursive variant described here). This is part of the jp, and is not intended for public use.

No runtime deps