Since I'm operating with multiple large video files, I want to analyze these signatures using your tool efficiently.
I'm reading through the code and trying to understand and anticipate several things.
I'll start with my understanding of the sorting/order of the files processed, and then post a separate comment for the reporting.
My understanding thus far is the files are sorted by number of "lines", and the two signature files with the most lines will be compared first.
I believe then the inner loop continues, where the file with the most lines is then compared against the file with the 3rd-most lines, and so on.
Then the outer loop iterates, and the file with the 2nd-most lines is compared against 3rd-most, and then the inner loop iterates so 2nd is vs 4th, 5th, etc.
Since I'm operating with multiple large video files, I want to analyze these signatures using your tool efficiently.
I'm reading through the code and trying to understand and anticipate several things.
I'll start with my understanding of the sorting/order of the files processed, and then post a separate comment for the reporting.
My understanding thus far is the files are sorted by number of "lines", and the two signature files with the most lines will be compared first.
I believe then the inner loop continues, where the file with the most lines is then compared against the file with the 3rd-most lines, and so on.
Then the outer loop iterates, and the file with the 2nd-most lines is compared against 3rd-most, and then the inner loop iterates so 2nd is vs 4th, 5th, etc.