fast-float-asm VS fast-float-rust

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

fast-float-asm

Utilities to check AMS generation for fast-float-rust (by Alexhuszagh)

fast-float-rust

Super-fast float parser in Rust (now part of Rust core) (by aldanor)
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-asm fast-float-rust
1 10
0 266
- -
1.8 0.0
almost 3 years ago over 1 year ago
Rust Rust
- Apache License 2.0
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-asm

Posts with mentions or reviews of fast-float-asm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-17.
  • Making Rust Float Parsing Fast: libcore Edition
    10 projects | /r/rust | 17 Jul 2021
    So, what about safety? fast-float-rust uses unsafe code fairly liberally, so how do the merged changes fix that? Well, all unsafe code except when needed was removed, and it was shown to have no impact on performance or even assembly generation. In fact, the generated assembly is slightly better in some cases. Every call to an unsafe function can be trivially shown to be correct, and all but 1 call has the following format:

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.

What are some alternatives?

When comparing fast-float-asm and fast-float-rust 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

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

rand - A Rust library for random number generation.

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

json - Strongly typed JSON library for Rust

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

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

rust - Empowering everyone to build reliable and efficient software.

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