fast_jigsaw_puzzle_solver icon indicating copy to clipboard operation
fast_jigsaw_puzzle_solver copied to clipboard

optimize distance matrix computation procedure with C implementation

Open hj2choi opened this issue 1 year ago • 0 comments

Python does not support parallel processing via multithreading due to Global Interpreter Lock.

So, we need to implement it with another language.

hj2choi avatar May 13 '23 09:05 hj2choi