cmcfarlen opened a new issue, #12620: URL: https://github.com/apache/trafficserver/issues/12620
When writing some benchmarks for #12616 it turns out that ts::Random is a bit slower. That class creates a std::uniform_int_distribution for each number, which is likely the reason it is slower than the other benchmarks. -- 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]
