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.

serialization
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.

#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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources

No resource links recorded.