Optimize AbstractSessionInputBuffer#read(byte[], int, int)
----------------------------------------------------------

                 Key: HTTPCORE-177
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-177
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 4.0-beta3
            Reporter: Oleg Kalnichevski
             Fix For: 4.1


At the moment AbstractSessionInputBuffer#read(byte[], int, int) always copies 
input to the internal data buffer prior to copying it to the destination 
buffer. The performance of this method may potentially be improved by 
eliminating intermediate data copy operation and reading input directly to the 
destination buffer, especially when dealing with large chunks.

Oleg

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to