You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/10/16 14:42:00 UTC

[jira] [Created] (ARROW-10328) [C++] Consider using fast-double-parser

Antoine Pitrou created ARROW-10328:
--------------------------------------

             Summary: [C++] Consider using fast-double-parser
                 Key: ARROW-10328
                 URL: https://issues.apache.org/jira/browse/ARROW-10328
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Antoine Pitrou
            Assignee: Antoine Pitrou
             Fix For: 3.0.0


We use Google's double-conversion library for parsing strings to doubles. We should consider using this library, which is more than 2x faster.

Parsing doubles is important for CSV performance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)