mitsuhiko / similar

A high level diffing library for rust based on diffs
https://insta.rs/similar
Apache License 2.0
949 stars 31 forks source link

Diff 2 big files #34

Closed mazlum closed 2 years ago

mazlum commented 2 years ago

Thanks for your perfect library.

I want to get different lines from 2 large(5 GB) files. What is the best efficient way?

mitsuhiko commented 2 years ago

Depends quite a bit on how the files are structured. The best you can probably do right now is mayer's with a deadline.