rust-lexical VS fast-float-rust

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

rust-lexical

Fast numeric to- and from-string conversion routines. (by Alexhuszagh)

fast-float-rust

Super-fast float parser in Rust (now part of Rust core) (by aldanor)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rust-lexical fast-float-rust
2 10
279 266
- -
0.0 0.0
about 2 months ago over 1 year ago
Rust Rust
GNU General Public License v3.0 or later 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.

rust-lexical

Posts with mentions or reviews of rust-lexical. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-17.

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 rust-lexical and fast-float-rust you can also consider the following projects:

tiny-utf8 - Unicode (UTF-8) capable std::string

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