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

https://github.com/fumieval/diffs

Fast diff algorithm
https://github.com/fumieval/diffs

Last synced: about 1 year ago
JSON representation

Fast diff algorithm

Awesome Lists containing this project

README

          

# diffs

This is an implementation of the Myers diff algorithm.

## Benchmark

Taking diffs of 84 revisions, 246kB worth of text data:

```
diffs mean 864.7 μs ( +- 28.38 μs )
Diff mean 2.979 ms ( +- 464.2 μs )
```