You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/08/03 03:22:13 UTC

[GitHub] [incubator-doris] caiconghui commented on issue #6360: [Optimize] Use fmt and std::from_chars to make convert integer to string and convert string to integer more efficient

caiconghui commented on issue #6360:
URL: https://github.com/apache/incubator-doris/issues/6360#issuecomment-891488427


   https://www.fluentcpp.com/2018/07/27/how-to-efficiently-convert-a-string-to-an-int-in-c/  about std::from_chars performance
   https://www.zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html about fmt performance


-- 
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: commits-unsubscribe@doris.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org