ywkaras commented on issue #11518: URL: https://github.com/apache/trafficserver/issues/11518#issuecomment-2215967255
It looks like we are not using proxy allocators for H3: ``` wkaras ~/LOCAL_REPOS/TS $ grep 'ProxyAllocator.*http[23]' $(findsrc) ./include/iocore/eventsystem/Thread.h: ProxyAllocator http2ClientSessionAllocator; ./include/iocore/eventsystem/Thread.h: ProxyAllocator http2ServerSessionAllocator; ./include/iocore/eventsystem/Thread.h: ProxyAllocator http2StreamAllocator; wkaras ~/LOCAL_REPOS/TS $ ``` Proxy allocators reduce allocs/frees with class allocators, which require freelist operations. Are we benchmarking with -f , where the freelist new and free just call stdlib malloc and 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
