twolfson / multi-image-mergetool

Resolve multiple image conflicts at the same time
The Unlicense
2 stars 0 forks source link

Explore using cluster for multiple cores #5

Open twolfson opened 7 years ago

twolfson commented 7 years ago

Comparing images is the slowest part of our application, we should explore using cluster to parallelize our process. Alternatively, image-diff would fire up separate processes which also works