GitHub user clebertsuconic opened a pull request:
https://github.com/apache/qpid-proton/pull/82
optimizations on Decoder/Encoder
- Avoiding multiple instances. The encoder and decoder can be used as
singletons.
- There's still an option to instantiate your own encoder / decoder
- stateless Decoder/Encoder (can always reuse the same instance now)
- Implementing WritableBuffer and ReadableBuffers fully, so you could use
NettyBuffers integrated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/qpid-proton singleton-encoder
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-proton/pull/82.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #82
----
commit ffbf41ec626c2263a4bf9d1515440fddd40a1d14
Author: clebert suconic <[email protected]>
Date: 2014-05-02T14:38:11Z
optimizations on Decoder:
- Avoiding multiple instances. The encoder and decoder can be used as
singletons.
- There's still an option to instantiate your own encoder / decoder
- stateless Decoder/Encoder (can always reuse the same instance now)
- Implementing WritableBuffer and ReadableBuffers fully, so you could use
NettyBuffers integrated.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]