Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiprocess decompiling #123

Open
lab313ru opened this issue Oct 26, 2017 · 2 comments
Open

Multiprocess decompiling #123

lab313ru opened this issue Oct 26, 2017 · 2 comments

Comments

@lab313ru
Copy link

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?

@Storyyeller
Copy link
Owner

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.

@lab313ru
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants