rust-lang / measuremeLinks
Support crate for rustc's self-profiling feature
☆365Updated 3 weeks ago
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☆465Updated 3 weeks ago
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- Conditional compilation according to rustc compiler version☆373Updated 2 months ago
- A command line tool for comparing benchmarks run by Criterion.☆250Updated 10 months ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated 2 weeks ago
- Library for snippet annotations☆326Updated this week
- Cargo extension for running Criterion.rs benchmarks☆202Updated 2 months ago
- Manual segmented stacks for Rust☆317Updated 3 months ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Just, really the littlest Vec you could need. So smol.☆700Updated 5 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- Stackless generators on stable Rust.☆467Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆362Updated 3 weeks ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆229Updated 4 years ago
- Fast function for printing integer primitives to a decimal string☆332Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆429Updated last month
- A data structure to efficiently intern, cache and restore strings.☆202Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- ☆493Updated 9 months ago
- A lightweight version of pin-project written with declarative macros.☆251Updated last week
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆345Updated 4 months ago
- Like Rust's std::Path, but UTF-8.☆503Updated 2 months ago
- Experiments with structured concurrency in Rust☆375Updated last year
- high-speed timing library in Rust☆351Updated last month
- Bisects rustc, either nightlies or CI artifacts☆188Updated 2 weeks ago
- Delegation of trait implementations via procedural macros☆269Updated last year
- Procedural macros to derive numeric traits in Rust☆207Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆534Updated 5 months ago