GitHub user franz1981 opened a pull request:

    https://github.com/apache/qpid-proton-j/pull/15

    PROTON-1916: Makes StringsBenchmark::encodeStringMessage GC free

    It includes a perf improvement on string encoding to simplify
    the JVM work to compute bounds checking by using a specific
    implementation of string encoding for heap ByteBuffers

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franz1981/qpid-proton-j PROTON-1916

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-proton-j/pull/15.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 #15
    
----
commit 24f46a124951c8b45ec6a8c67ab1adc1b07c41d7
Author: Francesco Nigro <nigro.fra@...>
Date:   2018-08-21T16:21:59Z

    PROTON-1916: Makes StringsBenchmark::encodeStringMessage GC free
    
    It includes a perf improvement on string encoding to simplify
    the JVM work to compute bounds checking by using a specific
    implementation of string encoding for heap ByteBuffers

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to