[protobuf] Re: Issue 429 in protobuf: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.

2014-08-15 Thread protobuf
Comment #6 on issue 429 by harni...@gmail.com: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer. http://code.google.com/p/protobuf/issues/detail?id=429 This is not fixed. CodedInputStream / CodedOutputStream create a copy of the

[protobuf] Re: Issue 429 in protobuf: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.

2014-08-15 Thread protobuf
Comment #7 on issue 429 by harni...@gmail.com: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer. http://code.google.com/p/protobuf/issues/detail?id=429 This is not fixed. CodedInputStream makes a copy of the entire buffer if

[protobuf] Re: Issue 429 in protobuf: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.

2014-08-15 Thread protobuf
Comment #8 on issue 429 by xiaof...@google.com: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer. http://code.google.com/p/protobuf/issues/detail?id=429 We tried to implement a CodedInputStream which reads directly from a direct

[protobuf] Re: Issue 429 in protobuf: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.

2014-07-17 Thread protobuf
Updates: Status: Fixed Labels: FixedIn-2.6.0 Comment #4 on issue 429 by jie...@google.com: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer. http://code.google.com/p/protobuf/issues/detail?id=429 (No comment was

[protobuf] Re: Issue 429 in protobuf: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.

2014-07-17 Thread protobuf
Updates: Owner: jie...@google.com Comment #5 on issue 429 by jie...@google.com: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer. http://code.google.com/p/protobuf/issues/detail?id=429 (No comment was entered for this

[protobuf] Re: Issue 429 in protobuf: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer.

2013-02-02 Thread protobuf
Updates: Summary: Support ByteBuffer in CodedInputStream and CodedOutputStream to avoid redundant copies for direct ByteBuffer. Status: New Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low Comment #2 on issue 429 by xiaof...@google.com: Support ByteBuffer