pymeasure / pyleco

Python implementation of the Laboratory Experiment COntrol (LECO) protocol
MIT License
9 stars 3 forks source link

Idea: use zmq Frames for better Coordinator performance #83

Open BenediktBurger opened 4 months ago

BenediktBurger commented 4 months ago

Using a zmq Frame could reduce the copying action at message creation inside the Coordinator. Especially for large binary payload, it is useful to not create a bytes object temporarily.