You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/25 19:37:46 UTC

[GitHub] [trafficserver] bryancall opened a new issue #7296: Benchmarking BufferWriter

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:
users@infra.apache.org



[GitHub] [trafficserver] giorgiozoppi commented on issue #7296: Benchmarking BufferWriter

Posted by GitBox <gi...@apache.org>.
giorgiozoppi commented on issue #7296:
URL: https://github.com/apache/trafficserver/issues/7296#issuecomment-743213814


   and moving at c++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:
users@infra.apache.org



[GitHub] [trafficserver] zwoop commented on issue #7296: Benchmarking BufferWriter

Posted by GitBox <gi...@apache.org>.
zwoop commented on issue #7296:
URL: https://github.com/apache/trafficserver/issues/7296#issuecomment-716200534


   Seems we should pull in Fmtlib ? What's the license ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] github-actions[bot] commented on issue #7296: Benchmarking BufferWriter

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #7296:
URL: https://github.com/apache/trafficserver/issues/7296#issuecomment-991819448


   This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] github-actions[bot] commented on issue #7296: Benchmarking BufferWriter

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #7296:
URL: https://github.com/apache/trafficserver/issues/7296#issuecomment-991819448


   This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] giorgiozoppi removed a comment on issue #7296: Benchmarking BufferWriter

Posted by GitBox <gi...@apache.org>.
giorgiozoppi removed a comment on issue #7296:
URL: https://github.com/apache/trafficserver/issues/7296#issuecomment-743213814


   and moving at c++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:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on issue #7296: Benchmarking BufferWriter

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #7296:
URL: https://github.com/apache/trafficserver/issues/7296#issuecomment-716205273


   @zwoop it is a pretty open license: https://github.com/fmtlib/fmt/blob/master/LICENSE.rst


----------------------------------------------------------------
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:
users@infra.apache.org