patience: Patience diff and longest increasing subsequence

[ algorithms, bsd3, library, text ] [ Propose Tags ]

This library implements the "patience diff" algorithm, as well as the patience algorithm for the longest increasing subsequence problem.

Patience diff computes the difference between two lists, for example the lines of two versions of a source file. It provides a good balance of performance, nice output for humans, and implementation simplicity. For more information, see http://alfedenzo.livejournal.com/170301.html and http://bramcohen.livejournal.com/73318.html.

New in version 0.1.1: relaxed containers dependency, so it should build on GHC 6.10.

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3
Dependencies base (>=3 && <5), containers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Author Keegan McAllister <mcallister.keegan@gmail.com>
Maintainer Keegan McAllister <mcallister.keegan@gmail.com>
Revised Revision 1 made by phadej at 2018-09-25T06:49:12Z
Category Algorithms, Text
Uploaded by KeeganMcAllister at 2011-08-17T00:18:58Z
Distributions Arch:0.3, Debian:0.3, NixOS:0.3
Reverse Dependencies 5 direct, 9 indirect [details]
Downloads 9067 total (48 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]