First release of dragonbox, a fast float-to-string conversion algorithm, is available

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dragonbox

    Reference implementation of Dragonbox in C++

  • There are some benchmarks in https://github.com/jk-jeon/dragonbox#performance. TL;DR it's faster than other state of the art algorithms like Ryu, Schubfach and variations of Grisu. We saw a nice speed up when switching from Grisu3 to Dragonbox in {fmt}: https://github.com/fmtlib/fmt/pull/1882 and it has been improved even more since then.

  • C++ Format

    A modern formatting library

  • There are some benchmarks in https://github.com/jk-jeon/dragonbox#performance. TL;DR it's faster than other state of the art algorithms like Ryu, Schubfach and variations of Grisu. We saw a nice speed up when switching from Grisu3 to Dragonbox in {fmt}: https://github.com/fmtlib/fmt/pull/1882 and it has been improved even more since then.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fast_float

    Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12 and WebKit/Safari

  • How this compares to https://github.com/fastfloat/fast_float ?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C++ left arrow operator (2016)

    1 project | news.ycombinator.com | 24 Mar 2024
  • Optimizing the unoptimizable: a journey to faster C++ compile times

    1 project | news.ycombinator.com | 7 Jan 2024
  • The C++20 Naughty and Nice List for Game Devs

    3 projects | news.ycombinator.com | 25 Dec 2023
  • adoption of fmt based logging

    1 project | /r/cpp | 6 Dec 2023
  • What's your favorite c++20 feature that should've been there 10 years ago?

    1 project | /r/cpp | 5 Dec 2023