[GitHub] qpid-proton pull request #82: optimizations on Decoder/Encoder

2017-02-19 Thread clebertsuconic
Github user clebertsuconic closed the pull request at: https://github.com/apache/qpid-proton/pull/82 --- 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 fea

[GitHub] qpid-proton pull request #82: optimizations on Decoder/Encoder

2016-10-05 Thread clebertsuconic
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