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/10/20 00:31:07 UTC

[GitHub] [trafficserver] ywkaras opened a new pull request, #9154: Add TsScalableSharedMutex.h: shared mutex minimizing thread memory cache contention.

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

   Performance improvement looks to be 3-4 times over std::shared_mutex or ts::shared_mutex.


-- 
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] ywkaras commented on pull request #9154: Add TsScalableSharedMutex.h: shared mutex minimizing thread memory cache contention.

Posted by GitBox <gi...@apache.org>.
ywkaras commented on PR #9154:
URL: https://github.com/apache/trafficserver/pull/9154#issuecomment-1297636255

   I have to put this way on the back burner, as Yahoo is not prioritizing performance on hosts with a high core count.  If anyone else wants to work on it, feel free.


-- 
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] ywkaras closed pull request #9154: Add TsScalableSharedMutex.h: shared mutex minimizing thread memory cache contention.

Posted by GitBox <gi...@apache.org>.
ywkaras closed pull request #9154: Add TsScalableSharedMutex.h: shared mutex minimizing thread memory cache contention.
URL: https://github.com/apache/trafficserver/pull/9154


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