SolidWallOfCode opened a new issue #8466:
URL: https://github.com/apache/trafficserver/issues/8466


   I've been reviewing some performance issues in the MIME support and I think 
there is a tweak that would improve performance and able to revert the change 
in #5293. Basically the MIME header would maintain a free list of fields in 
existing `MIMEHdrFieldBlock` instances. This should be easy as the `m_next_dup` 
pointer could be used as the free list next pointer.  This is a pattern used 
elsewhere, most notably for the cache directory entries. This would minimize 
allocations and limit the length of the field block list


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


Reply via email to