elm-diff icon indicating copy to clipboard operation
elm-diff copied to clipboard

A diff implementation for Elm

elm-diff

Build Status

A diff implementation for Elm.

The algorithm

This library implements Wu's O(NP) algorithm. It shares the idea with Myers's O(ND) algorithm, but much faster in some cases.

LICENSE

BSD-3-Clause