issues
search
AaronAsAChimp
/
image-lint
Find broken and poorly compressed images.
https://aaronasachimp.github.io/image-lint/
MIT License
9
stars
0
forks
source link
Optimization: small file optimizations
#33
Open
AaronAsAChimp
opened
2 years ago
AaronAsAChimp
commented
2 years ago
When the file size is less than minimum byte savings skip the BPP check.
When the file size is less than the hash length do a direct comparison for duplicate file detection.
Could possibly get a improvement for files up to 5x the hash size.