[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton-j/pull/20 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-19 Thread tabish121
Github user tabish121 commented on a diff in the pull request: https://github.com/apache/qpid-proton-j/pull/20#discussion_r234811453 --- Diff: proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeReadableBuffer.java --- @@ -834,22 +834,39 @@ public boolean equals(Object

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-19 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/qpid-proton-j/pull/20#discussion_r234719950 --- Diff: proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeReadableBuffer.java --- @@ -834,22 +834,39 @@ public boolean equals(Object

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-19 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-proton-j/pull/20#discussion_r234714952 --- Diff: proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeReadableBuffer.java --- @@ -834,22 +834,39 @@ public boolean equals(Object

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-17 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/qpid-proton-j/pull/20#discussion_r234421816 --- Diff: proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeReadableBuffer.java --- @@ -825,33 +825,67 @@ public int hashCode() {

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-17 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/qpid-proton-j/pull/20 PROTON-1965 Optimize CompositeReadableBuffer::equals with single chunk Using the single chunk directly while performing the byte comparison increase the performance. Master: ```