Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Determine Feasability of Including High-Perf Message Functions #12

Closed
pblasucci opened this issue Nov 5, 2013 · 1 comment
Closed
Assignees

Comments

@pblasucci
Copy link
Contributor

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
@pblasucci
Copy link
Contributor Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant