What do number conversions (from string) cost?

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
  • 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

  • For those that don't know, gcc 12.x updated its float parsing logic to something similar to fast_float and it's about 1/6 of the cost presented here (sub 100 in the graph presented here). Strongly suggest using that library or upgrading the compiler if you need the performance.

  • 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
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

  • Passing Programs To A Stack Machine

    1 project | /r/cpp_questions | 11 Nov 2021
  • Why is std::from_chars<float> slow?

    1 project | /r/cpp | 11 May 2021
  • Iterator invalidation of std::string_view

    1 project | /r/cpp | 12 Feb 2021
  • Number Parsing at a Gigabyte per Second

    1 project | news.ycombinator.com | 30 Jan 2021
  • Fastfloat – C++ library 4x faster than strtod

    2 projects | news.ycombinator.com | 30 Jan 2021