rustc-perf

Website for graphing performance of rustc (by rust-lang)

Rustc-perf Alternatives

Similar projects and alternatives to rustc-perf

  1. rust

    2,827 rustc-perf VS rust

    Empowering everyone to build reliable and efficient software.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. zig

    876 rustc-perf VS zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  4. rfcs

    688 rustc-perf VS rfcs

    RFCs for changes to Rust

  5. bevy

    594 rustc-perf VS bevy

    A refreshingly simple data-driven game engine built in Rust

  6. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  7. Cargo

    The Rust package manager

  8. serde

    Serialization framework for Rust

  9. SaaSHub

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

    SaaSHub logo
  10. mold

    Mold: A Modern Linker 🦠

  11. RustPython

    A Python Interpreter written in Rust

  12. windows-rs

    Rust for Windows

  13. maven-mvnd

    Apache Maven Daemon

  14. rustc_codegen_cranelift

    Cranelift based backend for rustc

  15. rand

    33 rustc-perf VS rand

    A Rust library for random number generation.

  16. bencher

    🐰 Bencher - Continuous Benchmarking

  17. watt

    22 rustc-perf VS watt

    Runtime for executing procedural macros as WebAssembly

  18. AreWeRustYet

    Awesome list of "Are We *thing* Yet" for Rust

  19. wg

    Coordination repository of the embedded devices Working Group

  20. foth

    Tutorial-style FORTH implementation written in golang

  21. iai

    9 rustc-perf VS iai

    Experimental one-shot benchmarking/profiling harness for Rust

  22. rusty-dos

    A Rust skeleton for an MS-DOS program for IBM compatibles and the PC-98, including some PC-98-specific functionality

  23. 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 better rustc-perf alternative or higher similarity.

rustc-perf discussion

Log in or Post with

rustc-perf reviews and mentions

Posts with mentions or reviews of rustc-perf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-28.
  • Show HN: Modern Benchmarking Tooling for JavaScript
    6 projects | news.ycombinator.com | 28 Sep 2024
    I have been thinking of reusing/creating something like https://perf.rust-lang.org/ that lets you pick and compare specific hash/commit with all data from json format
  • Adding runtime benchmarks to the Rust compiler benchmark suite
    3 projects | news.ycombinator.com | 30 Sep 2023
    > what do people use to run benchmarks on CI?

    Typically, you purchase/rent a server that does nothing but sequentially run queued benchmarks (and the size/performance of this server doesn't really matter, as long as the performance is consistent), then sends the report somewhere for hosting and processing. Of course, this could be triggered by something running in CI, and the CI job could wait for the results, if benchmarking is an important part of your workflow.

    But CI and benchmarks really shouldn't be run on the same host.

    > What does the rust project use?

    It's not clear exactly where the Rust benchmark "perf-runner" is hosted, but here are the specifications of the machine at least: https://github.com/rust-lang/rustc-perf/blob/414230abc695bd7...

    > What do other projects use?

    Essentially what I described above, a dedicated machine that runs benchmarks. The Rust project seems to do it via GitHub comments (as I understand https://github.com/rust-lang/rustc-perf/tree/master/collecto...), others have API servers that respond to HTTP requests done from CI/chat, others have remote GUIs that triggers the runs. I don't think there is a single solution that everyone/most are using.

  • [rustc-perf] Runtime benchmarks got finally merged
    1 project | /r/rust | 29 Jul 2023
  • Ask HN: Was programming more interesting when memory usage was a concern?
    1 project | news.ycombinator.com | 2 Apr 2023
    A lot of effort is spent to reduce the size of structs in the Rust compiler

    https://nnethercote.github.io/2023/03/24/how-to-speed-up-the...

    3% and 6% of improvement doesn't seem like much, but at the level of rustc those big wins

    Performance of Rustc must be continously tracked (here https://perf.rust-lang.org/) because if you don't proactively fight against bloat, the tendency is that the code will become slower over time (due to new features etc)

  • Can Rust's compile time match its runtime performance?
    3 projects | /r/rust | 27 Mar 2023
    hmm really really hard to answer :'), it's tradeoffs I think, no matter what you think Rust (cmiiw, I'm not qualified to say this) has (and probably in the future will adds more with guards on compiler metrics https://perf.rust-lang.org/) several phases that given the diffs to other language, might not available to any language compiler out there, if it's available I think rustc already did their best in here (some already being parallized etc etc, might be wrong since I can't refs any reference MRs, but it does exists though labels regarding this)
  • How to catch performance regressions in Rust
    6 projects | /r/rust | 21 Mar 2023
    About a year ago I was looking for a tool like Rust perf for my application code. I did some research and found a lot of prior art. However, nothing checked all the boxes I was looking for, so I built Bencher!
  • Rust – Are We Game Yet?
    15 projects | news.ycombinator.com | 16 Mar 2023
  • Next Rust Compiler
    6 projects | news.ycombinator.com | 26 Jan 2023
    https://www.pingcap.com/blog/rust-compilation-model-calamity... is a good overview. In general it varies depending on the crate but we track the performance at https://perf.rust-lang.org/ - if you look at cargo, for example, over 60% of the time is spent in codegen through LLVM: https://perf.rust-lang.org/detailed-query.html?commit=222d1f...
  • Data-driven performance optimization with Rust and Miri
    9 projects | news.ycombinator.com | 9 Dec 2022
  • Generic associated types to be stable in Rust 1.65
    3 projects | /r/rust | 28 Oct 2022
    Something like https://perf.rust-lang.org/?
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic rustc-perf repo stats
27
664
9.6
2 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com