You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/28 20:26:52 UTC

[GitHub] [trafficserver] cmcfarlen opened a new pull request #8762: Avoid allocation when matching hosts for vol lookup

cmcfarlen opened a new pull request #8762:
URL: https://github.com/apache/trafficserver/pull/8762


   This avoids a malloc, free, memcpy and a scan for end of string (for string_view construction).
   
   This call to `CacheHostMatcher::Match` could happen multiple times per request when a hosting.config is used.


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on pull request #8762: Avoid allocation when matching hosts for vol lookup

Posted by GitBox <gi...@apache.org>.
bryancall commented on pull request #8762:
URL: https://github.com/apache/trafficserver/pull/8762#issuecomment-1081206874


   [approve ci autest]


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] randall merged pull request #8762: Avoid allocation when matching hosts for vol lookup

Posted by GitBox <gi...@apache.org>.
randall merged pull request #8762:
URL: https://github.com/apache/trafficserver/pull/8762


   


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on pull request #8762: Avoid allocation when matching hosts for vol lookup

Posted by GitBox <gi...@apache.org>.
randall commented on pull request #8762:
URL: https://github.com/apache/trafficserver/pull/8762#issuecomment-1081929396


   [approve ci autest]


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org