ok2c commented on issue #195: Fix 
CharArrayBuffer.subSequence(beganIndex,endIndex) to return right result.
URL: 
https://github.com/apache/httpcomponents-core/pull/195#issuecomment-615451584
 
 
   @ufolr While "sub noodle is a noodle" is conceptually nice, it does cause an 
unnecessary array allocation and an array copy, which is a very expensive 
operation. It completely defeats the purpose of having efficient access to a 
sub sequence of characters contained in the buffer.
   Could we fix the bug without causing unnecessary buffer allocation?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to