[ruby-core:113643] [Ruby master Misc#19692] Net::HTTP Performance Workstream

Issue #19692 has been reported by baweaver (Brandon Weaver). ---------------------------------------- Misc #19692: Net::HTTP Performance Workstream https://bugs.ruby-lang.org/issues/19692 * Author: baweaver (Brandon Weaver) * Status: Open * Priority: Normal ---------------------------------------- While working on identifying causes behind Capybara test slowness I had noticed some memory profiles pointed at a few slow code paths in `Net::HTTP`, one of which I've already opened a PR for here: https://github.com/ruby/net-http/pull/140 The reason I'm opening this ticket is that I had found some additional areas which warrant investigation for some decent performance gains in frequently run sections of code in `Net::HTTP` and to ask if someone would be willing to work with me on opening likely several PRs against the code base in the near future. I will hold myself to the standard of qualifying these changes with performance data on which parts are frequently run and are slow, but would appreciate working with someone from core through this. -- https://bugs.ruby-lang.org/
participants (1)
-
baweaver (Brandon Weaver)