You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/11/17 17:29:00 UTC

[jira] [Created] (ARROW-18350) [C++] Use std::to_chars instead of std::to_string

Antoine Pitrou created ARROW-18350:
--------------------------------------

             Summary: [C++] Use std::to_chars instead of std::to_string
                 Key: ARROW-18350
                 URL: https://issues.apache.org/jira/browse/ARROW-18350
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Antoine Pitrou
            Assignee: Antoine Pitrou


{{std::to_chars}} is locale-independent unlike {{std::to_string}}; it may also be faster in some cases.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)