-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename module to zmq #8
Comments
One of the reasons why it is called |
Makes sense, but too bad -- too small a world. But the rewrite is On Wed, Jun 1, 2011 at 10:05 PM, yrashk
|
Initially it was called |
I think that there should just be a better explanation of differences between erlzmq and erlzmq2. erlzmq, even though it is seriously slower than erlzmq2, has its own uses. For example, on older Erlang systems where proper NIF functionality is not available yet. On the other hand, I'll be willing to review any attempt to consolidate these two projects — or even just solid ideas based on researching the grounds — as I obviously understand the benefits of the consolidation. It is just that I currently have other priorities so I can't dedicate much time to this project; but if somebody feels like undertaking it partially or fully — I'll be as supportive as I can. |
This is not really an "issue".
I also realize it's a big suggestion/request. But the "erl" prefix on the module name (used only within Erlang) is superfluous and, while certainly not horrible, could be dropped to make the API that much more compact.
erlzmq:connect(...) // twitch, twitch
zmq:connect(...) // ahhhh
The text was updated successfully, but these errors were encountered: