Rust: Doubling Throughput with Continuous Profiling and Optimization

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. tracy

    Frame profiler

    I'm not sure if this is what you are looking for but I found https://github.com/wolfpld/tracy to work rather well. There is an integration for the tracing crate that can get you very far: https://lib.rs/crates/tracing-tracy. If you're just looking for a very high level report then this might be a bit too much detail.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. aws-sdk-rust

    AWS SDK for the Rust Programming Language

    hi, S2 dev here. I found that if you explicitly set the algorithm for the checksum aws SDK would ignore the provided checksum and we were doing both. I also found a related issue https://github.com/awslabs/aws-sdk-rust/issues/1103

  4. hashes

    Collection of cryptographic hash functions written in pure Rust

    We were looking at the main branch of the sha2 crate at first, where the 'asm' feature has been removed (but this is unreleased, will be in 0.11.x) https://github.com/RustCrypto/hashes/blob/master/sha2/CHANGE...

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

  • Show HN: Rust Vector and Quaternion Lib

    5 projects | news.ycombinator.com | 6 Mar 2025
  • AHash: A fast non-cryptographic keyed hash for in-memory hashmaps

    1 project | news.ycombinator.com | 29 Dec 2024
  • ChibiHash: Small, Fast 64 bit hash function

    6 projects | news.ycombinator.com | 18 Nov 2024
  • GxHash is a fast and robust non-cryptographic hashing algorithm

    4 projects | news.ycombinator.com | 13 May 2024
  • GAMA Platform: building spatially explicit agent-based simulations

    1 project | news.ycombinator.com | 2 Mar 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?