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

Optimize py:set by batching #5

Open
LaCuneta opened this issue Sep 20, 2018 · 0 comments
Open

Optimize py:set by batching #5

LaCuneta opened this issue Sep 20, 2018 · 0 comments

Comments

@LaCuneta
Copy link
Contributor

Currently, every py:set sends a message to the python process and waits for a result. However, we could instead batch py:sets with py:runs and py:runresults to reduce the amount of communication. This would likely be a pretty good performance boost, as communication time is definitely a big bottleneck.

Copied from: qiemem/PythonExtension#10

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