You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "ywkaras (via GitHub)" <gi...@apache.org> on 2023/06/05 23:47:25 UTC

[GitHub] [trafficserver] ywkaras commented on pull request #9736: Improve performance of finding SNI Actions

ywkaras commented on PR #9736:
URL: https://github.com/apache/trafficserver/pull/9736#issuecomment-1577695000

   > Is it really faster / simpler to downcase the strings vs. using a case insensitive comparison in the `unordered_map`?
   
   He would also have to write a custom hash to do the case conversion before accumulating each character.  It's also tricky to avoid temporary strings generated from string_view or null terminated strings with maps of strings.


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