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
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.
Currently, every
py:set
sends a message to the python process and waits for a result. However, we could instead batchpy:set
s withpy:run
s andpy:runresult
s 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
The text was updated successfully, but these errors were encountered: