dedup icon indicating copy to clipboard operation
dedup copied to clipboard

Duplicate Files Searcher

Results 3 dedup issues
Sort by recently updated
recently updated
newest added

After running the program, i have noticed a error. **Error:** ``` terminal [alfonso@Portatile ~]./dedup Could not open file ./.mozilla/firefox/fbv3iok6.default-release/lock: No such file or directory ``` After investigating I noticed that...

Memory allocation : All free, join_path - dynamic array of paths - hash table Read file : One time reading file with stat hash_as_cstr : replace with sprintf

With LUT, hex_digit() can be simplified to avoid if... branches and I replaced the modulo calculation too (index calculation will be protected even if NDEBUG is defined).