Python-Extension icon indicating copy to clipboard operation
Python-Extension copied to clipboard

Optimize py:set by batching

Open LaCuneta opened this issue 7 years ago • 0 comments

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: https://github.com/qiemem/PythonExtension/issues/10

LaCuneta avatar Sep 20 '18 18:09 LaCuneta