ok2c commented on PR #578: URL: https://github.com/apache/httpcomponents-core/pull/578#issuecomment-3547634029
@arturobernalg I may be wrong but I was under impression that many (if not all) Java frameworks arrived at the same conclusion that memory pooling was counterproductive as of Java 8 given the efficiency of modern garbage collection algorithms. I will run the micro-benchmark locally and look at the results, but it may take me a certain while. Generally I see no problem with providing pluggable allocators as long as the simple one remains default and you are willing to maintain more complex ones. @rschmitt do you happen to have an opinion on this matter? -- 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]
