-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
The existing clustering code is using the Levenshtein distance to calculate similarity, which caused a O(n^2) performance. But since only exactly similar matches are being used (similarity threshold 1.0) this was is not strictly necessary.
If we don't use a threshold (and Picard never did) then we can simplify the code.
- has related issue
-
PICARD-2353 Post cluster focus regression
- Closed
- is related to
-
PICARD-2361 Removing files while clustering
- Closed
-
PICARD-2340 Use configured name for Various Artists for clusters with unknown artist name
- Closed