Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/double-conversion

Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. observed · 2026-09-01

github.com/google/double-conversion · C++ · BSD-3-Clause (permissive) observed · 2026-09-01

Health v2 · maintenance only

75/100

  • Activity 100
  • Release rhythm 28
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 296
  • age_days: 4337
  • days_rel: 268
  • days_push: 2
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1193 stars · 307 forks observed · 2026-09-01

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A C++ library providing efficient binary-decimal and decimal-binary conversion routines for IEEE doubles, extracted from the V8 JavaScript engine. It offers fast, correct string-to-double and double-to-string parsing and formatting.

Use cases

  • parse decimal strings into IEEE doubles quickly
  • format doubles as shortest round-trippable decimal strings
  • replace slow strtod/atof in performance-critical code
  • implement JSON or config parsers needing exact float parsing
  • embed correct number conversion in a scripting engine

When to choose

  • you need fast, standards-compliant float parsing or formatting in C++
  • you want shortest round-trip decimal output for doubles
  • you need battle-tested code proven in a major JS engine

When to avoid

  • you only need basic conversions and std::to_string/stod suffices
  • you work in a language with built-in fast float conversion
  • you need arbitrary-precision decimal arithmetic

Facets

library · maturity stable

serialization parser developer-tools developer-tools performance cpp cross-platform floating-point ieee-754 number-parsing string-conversion v8 algorithms

1 source

Member repositories

RepositoryRoleHealth v2
google/double-conversionmain75

For agents

markdown · JSON · MCP: product_card(name="google/double-conversion")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem