jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Investigate multiprocessing for responsiveness #35

Open jchristman opened 10 years ago

jchristman commented 10 years ago

Instead of multithreading everything, investigate changing the threadpoolexecutor to possibly use multiprocessing to take advantage of multiple cores.