bryancall opened a new issue #7296: URL: https://github.com/apache/trafficserver/issues/7296
I am seeing BufferWriter slower than snprinf and fmtlib. Here are are the benchmark numbers: ``` buffer_writer_bigger 685922313 ns 682309686 ns 1 fmtlib_compile_bigger 17078534 ns 16988623 ns 40 fmtlib_bigger 121250664 ns 120652887 ns 7 snprintf_bigger 144683098 ns 143956151 ns 5 ``` Here is the code I am running for the benchmark: https://github.com/bryancall/format-benchmark/tree/mo_benchmarking Here is a discussion I was having today with the author of fmtlib: https://github.com/fmtlib/format-benchmark/issues/20 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
