Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We use Google's double-conversion library for parsing strings to doubles. We should consider using this library, which is more than 2x faster.
https://github.com/lemire/fast_double_parser
Parsing doubles is important for CSV performance.
Attachments
Issue Links
- relates to
-
ARROW-10308 [Python] read_csv from python is slow on some work loads
- Open
- links to