https://github.com/fumieval/diffs
Fast diff algorithm
https://github.com/fumieval/diffs
Last synced: about 1 year ago
JSON representation
Fast diff algorithm
- Host: GitHub
- URL: https://github.com/fumieval/diffs
- Owner: fumieval
- License: bsd-3-clause
- Created: 2018-06-03T08:29:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T12:24:47.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T19:11:24.589Z (about 1 year ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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 )
```