nikomatsakis / perf-focusLinks
A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.
☆38Updated 7 years ago
Alternatives and similar repositories for perf-focus
Users that are interested in perf-focus are comparing it to the libraries listed below
Sorting:
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 months ago
- ☆63Updated 7 years ago
- ☆53Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- Concurrent hash trie☆54Updated 4 years ago
- ☆57Updated last year
- A tool for finding large memcpy's in llvm ir☆60Updated 6 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- ☆47Updated 4 years ago
- ☆57Updated last year
- Rust library to program hardware performance counter.☆53Updated 2 years ago
- A plugin for Criterion.rs to measure Linux perf events.☆43Updated last year
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- docs.rs as a publishing platform?☆69Updated last month
- A generic, fixed-size, associative cache☆40Updated 7 months ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago