zwoop opened a new issue, #10019: URL: https://github.com/apache/trafficserver/issues/10019
``` *** CID 1513225: Performance inefficiencies (PASS_BY_VALUE) /iocore/eventsystem/[IOBuffer.cc](http://iobuffer.cc/): 83 in make_buffer_size_parser()::[lambda(swoc::_1_5_1::TextView) (instance 1)]::operator ()(swoc::_1_5_1::TextView) const() 77 } 78 79 auto 80 make_buffer_size_parser() 81 { 82 using L = swoc::Lexicon<int>; CID 1513225: Performance inefficiencies (PASS_BY_VALUE) Capturing variable "l" of type "make_buffer_size_parser()::L" (size 352 bytes) by value, which exceeds the medium threshold of 256 bytes. 83 return [l = L{ 84 L::with_multi{{0, {"128"}}, 85 {1, {"256"}}, 86 {2, {"512"}}, 87 {3, {"1k", "1024"}}, 88 {4, {"2k", "2048"}}, ``` -- 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]
