Registry / serialization / fast-double-parser

fast-double-parser

JSON →
library0.8.1vcpkgunverified

Fast function to parse strings into double (binary64) floating-point values, enforcing RFC 7159 (JSON standard) grammar; 4x faster than strtod.

vcpkg install fast-double-parser
INSTALL
IMPORT
SIG · FAST-DOUBLE-PARSER
F
fast-double-parser
serializationcppv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fast_double_parser.h
#include <fast_double_parser.h>

Parses a double from a string using fast_double_parser.

#include "fast_double_parser.h" #include <iostream> int main() { double result; bool ok = fast_double_parser::parse_number("3.14159", &result); if (ok) std::cout << "Parsed: " << result << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
5
Resources

No resource links recorded.

fast-double-parser — pip install fast-double-parser · libregistry