pixelb / fslint

Linux file system lint checker/cleaner
314 stars 74 forks source link

Change Request: from md5 to SHA256 #149

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello, is it possible to move away from md5 to sha256? Is it also Possible to use more than 1 core for searching or even the gpu?

pixelb commented 6 years ago

sha256 is a good suggestion. I'll consider it. Re multicore, IO is generally the bottleneck so multiple CPUs fighting over IO resources may slow things down. I'll look into it