You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: