DiffyX will be very slow or crash on very large file comparisons. This is because it's loading everything in the file into memory (or virtual memory) before it comes up with a checksum.
Find a way of doing an incremental read from a file.
Log in to post a comment.