herrBez / Nduja

Nduja is a software that de-anonymize crypto-currencies' addresses
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Multithreading search #12

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

It is a good idea (as suggested by @mzanella ) to perform parallel Thread for the different apis.

herrBez commented 6 years ago

We could use this python library: https://docs.python.org/3/library/multiprocessing.html

herrBez commented 6 years ago

Close this issue for now because we already found a (definitely?) solution with from concurrent.futures import ThreadPoolExecutor.