elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
420 stars 65 forks source link

Multiprocessing #76

Closed ArgoHA closed 9 months ago

ArgoHA commented 10 months ago

Hi, thanks for your work. Is it possible to add multiprocessing? I can see that only 1 core is fully utilised. I had a folder with 30k images and processing took too long

elisemercury commented 9 months ago

Hi @ArgoHA,

difPy v4 supports multiprocessing, see what's new in v4 for more details.

Thanks and best, Elise