ok2c commented on PR #567:
URL: 
https://github.com/apache/httpcomponents-core/pull/567#issuecomment-3368016398

   @arturobernalg Okay. here's the latest
   
   1. I removed unused protocol code
   2. I completely re-wrote `PriorityFormatter` for memory efficiency. Please 
take a look at my implementation and yours and compare them in terms of 
intermediate garbage generation. Message parsing / formatting usually used are 
in the hot execution path and _MUST_ efficient. That also implies memory 
efficiency. 
   3. Changes the sample application. Classic over Async is still experimental 
and will likely be experimental for a long time. we should not promote it 
unless `InputStream` / `OutputStream` compatibility is really a necessity.   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to