bheisler / iaiLinks
Experimental one-shot benchmarking/profiling harness for Rust
☆617Updated 10 months ago
Alternatives and similar repositories for iai
Users that are interested in iai are comparing it to the libraries listed below
Sorting:
- Count lines of LLVM IR per generic function☆462Updated 5 months ago
- Easy self-referential struct generation for Rust.☆622Updated 6 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆845Updated 4 months ago
- A minimal `syn` syntax tree pretty-printer☆710Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆622Updated last year
- Just, really the littlest Vec you could need. So smol.☆699Updated 4 months ago
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆486Updated 2 weeks ago
- Fast floating point to string conversion☆644Updated last month
- Cargo subcommand to provide various options useful for testing and continuous integration.☆734Updated this week
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆481Updated 5 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆479Updated last year
- Rust method delegation with less boilerplate☆491Updated 2 months ago
- Support crate for rustc's self-profiling feature☆360Updated this week
- in-place allocation-reusing queues for Rust☆375Updated last year
- Safe cross-platform linker shenanigans☆755Updated last month
- Execute Rust code carefully, with extra checking along the way☆430Updated last week
- ☆490Updated 8 months ago
- Compact inlined strings for Rust.☆526Updated last year
- A memory efficient string type that can store up to 24* bytes on the stack☆746Updated 3 months ago
- The arena, a fast but limited type of allocator☆544Updated 10 months ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code