News

• For each file: - If its size is less than a threshold (default: 10 MB) and it is text, reads and diff’s line-by-line. - If larger than the threshold, or if binary, computes an MD5 hash (streaming ...
Python Binary Parsing Tester This repository contains a series of simple scripts for testing three different methods of parsing binary files in Python. The goal of this project was to compare speeds ...