Open lab313ru opened 7 years ago
Adding threads alone wouldn't help because of Python's GIL. But it would be possible to add an option to making running multiple instances of Krakatau in parallel more convenient.
It will be great. Sharing some results database within the processes (shared memory, pipe, etc.) will be a great thing, so the every process will know about results of each other.
For now Krakatau uses one thread (one core). But it is possible to make decompilation faster if you'll use threads. Can you add such functionality?