fast_jigsaw_puzzle_solver
fast_jigsaw_puzzle_solver copied to clipboard
optimize distance matrix computation procedure with C implementation
Python does not support parallel processing via multithreading due to Global Interpreter Lock.
So, we need to implement it with another language.