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
{{ message }}
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
Determine if the (few) unimplemented high-performance message functions can be implemented with reasonably close-to-native speed. Specific functions are:
zmq_msg_init_data
zmq_msg_move
zmq_msg_copy
zmq_send_const
The text was updated successfully, but these errors were encountered:
zmq_msg_move and zmq_msg_copy have been implemented, though performance metrics (and general stability tests) remain inconclusive. They've been labelled experimental (i.e. may be removed at a future date), and should be handled with care. zmq_msg_init_data and zmq_send_const have not been implemented, as their use is generally only applicable in scenarios outside the scope of fszmq.
Determine if the (few) unimplemented high-performance message functions can be implemented with reasonably close-to-native speed. Specific functions are:
zmq_msg_init_data
zmq_msg_move
zmq_msg_copy
zmq_send_const
The text was updated successfully, but these errors were encountered: