fast-float - a super-fast float parser in Rust

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

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

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

  • Thanks! It's funny because I'm literally doing it this very minute (added a cargo-fuzz config in the repository here), let's see who crashes it first :)

  • cargo-fuzz

    Command line helpers for fuzzing

  • I've fed it cargo-fuzz and it has discovered at around 200 distinct execution paths within 5 minutes, without any crashes or panics. We'll see what happens after I leave it overnight, but the initial results are very encouraging!

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

    A Rust library for random number generation.

  • Sometimes a combination of an up-front if or assert! does work, and combined with #[inline(always)] it is quite reliable. For example, I have successfully used it in rand: https://github.com/rust-random/rand/pull/960

  • roxmltree

    Represent an XML document as a read-only tree.

  • I understand. But I've also wrote enough parsers and performance sensitive code in Rust (ttf-parser, tiny-skia, roxmltree). And in my experience, unsafe is not needed in 99% of the cases. Even something as performance sensitive as tiny-skia is unsafe-free (with some nuances).

  • json

    Strongly typed JSON library for Rust (by serde-rs)

  • rutenspitz

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

  • By the way, https://github.com/rust-fuzz/auto-fuzz-test and/or https://github.com/jakubadamw/rutenspitz will help mitigate that, if anyone is willing to apply them.

  • rust

    Empowering everyone to build reliable and efficient software.

  • Just realized standard library also uses tables, 6KB - https://github.com/rust-lang/rust/blob/master/library/core/src/num/dec2flt/table.rs

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • I pre-released my project "json-responder" written in Rust

    11 projects | dev.to | 21 Jan 2024
  • Flow Updater JSON Creator

    8 projects | dev.to | 9 Dec 2023
  • A Simple CRUD API in Rust with Cloudflare Workers, Cloudflare KV, and the Rust Router

    3 projects | dev.to | 22 Aug 2023
  • Rust devs push back as Serde project ships precompiled binaries

    10 projects | news.ycombinator.com | 19 Aug 2023
  • Hey Rustaceans! Got a question? Ask here (26/2023)!

    5 projects | /r/rust | 26 Jun 2023