dedup icon indicating copy to clipboard operation
dedup copied to clipboard

Optimization of dedup, memory allocation, fread, hash_as_cstr (func)

Open ThisisYoYoDev opened this issue 2 years ago • 1 comments

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

ThisisYoYoDev avatar Nov 17 '21 20:11 ThisisYoYoDev