Removed excess copying when fetching data from ZMQ (#746)
* Removed excess copying when fetching data from ZMQ The `.bytes` explicitly triggers a copy in order to create a Python `bytes` object. This isn't necessary for pyarrow deserialization. * Remove all the `.bytes`! * Fixed crash when deleting a MultiThreadPrefetchData instance when `reset_state()` was not called
Showing
Please register or sign in to comment