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

port to C++ for performance #23

Open
lucasduffey opened this issue Sep 3, 2016 · 1 comment
Open

port to C++ for performance #23

lucasduffey opened this issue Sep 3, 2016 · 1 comment

Comments

@lucasduffey
Copy link
Owner

lucasduffey commented Sep 3, 2016

C++ plugins aren't documented: Vector35/binaryninja-api#452

bambu has examples: Vector35/binaryninja-api#284, https://github.com/bambu/binaryninja-api/tree/dev/examples

@lucasduffey
Copy link
Owner Author

lucasduffey commented Sep 3, 2016

It's may not be worth continuing long-term with python.

  • threading is fake w/GIL
  • BackgroundTaskThread may drastically improve my python performance problems

threading:
dex_class(self, i) and subsequent update_binja - 123 threads is too many, so I also tried splitting them amongst 4 threads.

@lucasduffey lucasduffey changed the title speed - thread it improve speed and performance Sep 3, 2016
@lucasduffey lucasduffey changed the title improve speed and performance port to C++ for performance Sep 4, 2016
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

1 participant