Great tool!
When running the script, a worker for each CPU core seems to be spawned. But all work then happens on one of the workers.
It seems, that creation of the fingerprints takes most of the time, at least for small (20k images) collections.
The creation of the fingerprints could possibly be parallelized very well. Or would merging the individual thread/process results be a hassle?
Even on a 6+ years old system, the CPU + SSD load was around 20%. So for current systems, probably acceleration of up to 10x could be achieved.
I'm now thinking about hacking this together by launching parallel runs with separate fingerprint databases, and then merging them. I'm afraid stuff is going to break, given my skills...
Do you have plans to implement parallelism?
Great tool!
When running the script, a worker for each CPU core seems to be spawned. But all work then happens on one of the workers.
It seems, that creation of the fingerprints takes most of the time, at least for small (20k images) collections.
The creation of the fingerprints could possibly be parallelized very well. Or would merging the individual thread/process results be a hassle?
Even on a 6+ years old system, the CPU + SSD load was around 20%. So for current systems, probably acceleration of up to 10x could be achieved.
I'm now thinking about hacking this together by launching parallel runs with separate fingerprint databases, and then merging them. I'm afraid stuff is going to break, given my skills...
Do you have plans to implement parallelism?