-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-10328: [C++] Vendor fast_float number parsing library
This library is 2x to 3x faster for parsing strings to binary floating-point numbers. Closes #8494 from pitrou/ARROW-10328-fast-float Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,996 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The files in this directory are vendored from fast_float | ||
git changeset `dc46ad4c606dc35cb63c947496a18ef8ab1e0f44`. | ||
|
||
See https://github.com/lemire/fast_float | ||
|
||
Changes: | ||
- fixed include paths | ||
- disabled unused `print()` function | ||
- enclosed in `arrow_vendored` namespace. |
Oops, something went wrong.