-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fast_float for folly string to float conversions
Summary: This uses the fast_float library for folly's string to float conversions instead of double-conversion. It is enabled by removing the condition that would switch between using fast_float and double-conversion. This also removes the dead double-conversion string to float conversion function and the dead buck configuration option. Reviewed By: Gownta Differential Revision: D65233579 fbshipit-source-id: 5a597dac3682f9c6c60387393ea0c8005eb07423
- Loading branch information
1 parent
b67cd36
commit 2f646af
Showing
3 changed files
with
0 additions
and
140 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