Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jinjor/elm-diff

A diff implementation for Elm
https://github.com/jinjor/elm-diff

algorithm diff elm elm-diff

Last synced: about 2 months ago
JSON representation

A diff implementation for Elm

Awesome Lists containing this project

README

        

# elm-diff

[![Build Status](https://travis-ci.org/jinjor/elm-diff.svg)](https://travis-ci.org/jinjor/elm-diff)

A diff implementation for Elm.

## The algorithm

This library implements [Wu's O(NP) algorithm](http://myerslab.mpi-cbg.de/wp-content/uploads/2014/06/np_diff.pdf). It shares the idea with [Myers's O(ND) algorithm](http://www.xmailserver.org/diff2.pdf), but much faster in some cases.

## LICENSE

BSD-3-Clause