rust-lang / measuremeLinks
Support crate for rustc's self-profiling feature
☆376Updated 6 months 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☆492Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆390Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆385Updated 4 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆267Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆263Updated 6 years ago
- Faster, more compact implementation of std::Cow☆370Updated 2 years ago
- A command line tool for comparing benchmarks run by Criterion.☆258Updated last year
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- Manual segmented stacks for Rust☆331Updated last week
- Stackless generators on stable Rust.☆475Updated 3 years ago
- Library for snippet annotations☆477Updated 3 weeks ago
- Cargo extension for running Criterion.rs benchmarks☆209Updated 8 months ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆236Updated 4 years ago
- A data structure to efficiently intern, cache and restore strings.☆207Updated 5 months ago
- Just, really the littlest Vec you could need. So smol.☆717Updated 3 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆464Updated 4 months ago
- ☆502Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated 2 weeks ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- Experiments with structured concurrency in Rust☆406Updated last year
- Fast floating point to string conversion☆689Updated 2 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆643Updated last year
- A library for to allow multiple return types by automatically generated enum.☆373Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆643Updated 2 years ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆443Updated last week
- Fast function for printing integer primitives to a decimal string☆359Updated 3 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆368Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆545Updated 2 months ago