fast-float-rust VS gdtoa

Compare fast-float-rust vs gdtoa and see what are their differences.

fast-float-rust

Super-fast float parser in Rust (now part of Rust core) (by aldanor)

gdtoa

David M. Gay's floating-point conversion library (by jwiegley)
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-rust gdtoa
10 2
266 28
- -
0.0 0.0
over 1 year ago almost 14 years ago
Rust C
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fast-float-rust

Posts with mentions or reviews of fast-float-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.

gdtoa

Posts with mentions or reviews of gdtoa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-13.
  • how to make ftoa procedure from scratch
    2 projects | /r/asm | 13 Jun 2022
    Here's a paper that details an optimized algorithm (reference implementation). It also contains a description of a correct, but slow algorithm as well as references to classic papers on the subject. Earlier the classic implementation was the dtoa one included in netlib by David Gay.
  • Number Parsing at a Gigabyte per Second
    2 projects | /r/cpp | 29 Jan 2021
    [2] source code: https://github.com/jwiegley/gdtoa

What are some alternatives?

When comparing fast-float-rust and gdtoa you can also consider the following projects:

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

ryu - Converts floating point numbers to decimal strings

rand - A Rust library for random number generation.

json - Strongly typed JSON library for Rust

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

rust-lexical - Fast numeric to- and from-string conversion routines.

roxmltree - Represent an XML document as a read-only tree.

rust - Empowering everyone to build reliable and efficient software.

simdutf8 - SIMD-accelerated UTF-8 validation for Rust.

ttf-parser - A high-level, safe, zero-allocation TrueType font parser.

rutenspitz - А procedural macro to be used for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation

fast-float-asm - Utilities to check AMS generation for fast-float-rust