Currently we are reading all gzip files before comparing the hashes, this uses needlessly large amounts of memory, hashes can be filtered at the time of computation.
https://git.joshuacoles.me/joshuacoles/arc-ingester/src/commit/3581797ebe63c430a99c07cf68aceb404baa381c/src/main.rs#L96
Currently we are reading all gzip files before comparing the hashes, this uses needlessly large amounts of memory, hashes can be filtered at the time of computation.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently we are reading all gzip files before comparing the hashes, this uses needlessly large amounts of memory, hashes can be filtered at the time of computation.