bneradt opened a new pull request, #12735:
URL: https://github.com/apache/trafficserver/pull/12735

   This introduces ParsedConfigCache in HttpConfig to automatically cache 
parsed results for STRING configs that require expensive parsing. When 
TSHttpTxnConfigStringSet() is called for configs like negative_caching_list, 
insert_forwarded, server_session_sharing.match, negative_revalidating_list, or 
host_res_data (ip_resolve), the parsing now happens once per unique value and 
is cached for subsequent calls. This optimization is transparent to plugins - 
they call TSHttpTxnConfigStringSet() as usual and automatically benefit from 
the caching.
   
   Fixes: #12292


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