rust-lang / measureme
Support crate for rustc's self-profiling feature
☆351Updated 3 months ago
Alternatives and similar repositories for measureme
Users that are interested in measureme are comparing it to the libraries listed below
Sorting:
- Conditional compilation according to rustc compiler version☆353Updated 2 months ago
- Count lines of LLVM IR per generic function☆442Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- A command line tool for comparing benchmarks run by Criterion.☆245Updated 7 months ago
- Like Rust's std::Path, but UTF-8.☆487Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆238Updated 2 weeks ago
- Faster, more compact implementation of std::Cow☆352Updated 2 years ago
- ☆484Updated 6 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…☆473Updated this week
- Fast floating point to string conversion☆634Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆654Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Procedural macros to derive numeric traits in Rust☆200Updated last year
- An implementation of Joshua Yanovski's Ghost Cell paper.☆466Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆616Updated last year
- a smaller, faster and panic-free alternative to core::fmt☆368Updated last year
- Just, really the littlest Vec you could need. So smol.☆682Updated 2 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆520Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆412Updated 2 months ago
- Delegation of trait implementations via procedural macros☆264Updated 9 months ago
- Manual segmented stacks for Rust☆306Updated 2 weeks ago
- Experiments with structured concurrency in Rust☆364Updated 9 months ago
- Cargo extension for running Criterion.rs benchmarks☆197Updated 10 months ago
- A thread pool for isolating blocking I/O in async programs☆357Updated 3 months ago
- Library for snippet annotations☆314Updated last week
- Task abstraction for building executors☆466Updated 3 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆338Updated 2 months ago
- Asynchronous streams for Rust using async & await notation☆681Updated 5 months ago