rust-lang / measuremeLinks
Support crate for rustc's self-profiling feature
☆367Updated last month
Alternatives and similar repositories for measureme
Users that are interested in measureme are comparing it to the libraries listed below
Sorting:
- Count lines of LLVM IR per generic function☆468Updated this week
- Faster, more compact implementation of std::Cow☆356Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆251Updated this week
- Cargo extension for running Criterion.rs benchmarks☆202Updated 3 months ago
- A command line tool for comparing benchmarks run by Criterion.☆251Updated 11 months ago
- Conditional compilation according to rustc compiler version☆375Updated this week
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆232Updated 4 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Manual segmented stacks for Rust☆318Updated 4 months ago
- Library for snippet annotations☆326Updated last week
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Delegation of trait implementations via procedural macros☆271Updated last year
- Stackless generators on stable Rust.☆466Updated 3 years ago
- A library for to allow multiple return types by automatically generated enum.☆372Updated last week
- A data structure to efficiently intern, cache and restore strings.☆203Updated last week
- A thread pool for isolating blocking I/O in async programs☆363Updated 2 weeks ago
- Just, really the littlest Vec you could need. So smol.☆705Updated last week
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Bisects rustc, either nightlies or CI artifacts☆191Updated last week
- a smaller, faster and panic-free alternative to core::fmt☆370Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆629Updated last year
- ☆216Updated 2 weeks ago
- ☆493Updated 10 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆623Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆282Updated this week
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆345Updated this week
- Execute Rust code carefully, with extra checking along the way☆447Updated this week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago