Similarity Forum

General Category => General => Topic started by: Springdream on February 07, 2021, 17:11:40

Title: Attached new sript: scan-samename with speed improvement
Post by: Springdream on February 07, 2021, 17:11:40
I have two folders and compare only files with same name (in that case name&ext).
The original version takes much longer as it puts all files in the queue and compares names in the next step.

Here, name comparison is done in the script with array and manual name comparison. Only pairs are added to the queue.

@Admin: maybe it is worth to open a new forum group to share sample scripts...