jinjor/elm-diff - version: 1.0.6

for more information visit the package's GitHub page

Package contains the following modules:

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