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

   This removes an extra snippet of code added with the libswoc implementation 
of IntrusiveHashMap which causes a noticeable performance hit (expansion of the 
critical section) when inserting items into the session pool.  Specific test 
case used saw on average an increase of about 6x in the HttpSessionManager 
critical sections.
   
   The change introduced with libswoc (not documented in any checkin) appends 
the new item to the bucket list, which was not done with the tscore (ats92) 
version.


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