Alan Conway created PROTON-2008:
-----------------------------------
Summary: [go] native implementation of go client.
Key: PROTON-2008
URL: https://issues.apache.org/jira/browse/PROTON-2008
Project: Qpid Proton
Issue Type: Improvement
Components: go-binding
Affects Versions: proton-c-0.26.0
Reporter: Alan Conway
Assignee: Alan Conway
Fix For: proton-c-0.27.0
Write a pure-Go implementation of the Go client.
Standard tools for distributing and installing Go packages do not handle C
dependencies. This makes the Go client hard to adopt in an all-Go development
environment.
Frequent calls to a C library can also create performance issues, as the Go
scheduler has to take special steps to execute C functions which require a
larger stack than native go functions.
Port the relevant parts of the proton-C library (the codec and protocol engine)
to Go.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]