jonhoo / infernoLinks
A Rust port of FlameGraph
☆1,996Updated 2 weeks ago
Alternatives and similar repositories for inferno
Users that are interested in inferno are comparing it to the libraries listed below
Sorting:
- Concurrency permutation testing tool for Rust.☆2,548Updated 4 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,217Updated last week
- Rust port of Google's SwissTable hash map☆2,827Updated last week
- A lock-free, read-optimized, concurrency primitive.☆2,062Updated 2 weeks ago
- A next-generation test runner for Rust.☆2,730Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,822Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,010Updated last week
- Zero-copy deserialization framework for Rust☆3,719Updated 2 weeks ago
- Analysis of various tricky Rust code☆1,976Updated this week
- A snapshot testing library for rust☆2,661Updated this week
- Hypothesis-like property testing for Rust☆1,993Updated 3 weeks ago
- Compile time static maps for Rust☆2,070Updated 2 months ago
- A Rust CPU profiler implemented with the help of backtrace-rs☆1,568Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,254Updated 3 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,870Updated 5 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,820Updated 2 weeks ago
- Automated property based testing for Rust (with shrinking).☆2,665Updated 7 months ago
- a debugger for async rust!☆4,343Updated last month
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,678Updated last month
- A binary encoder / decoder implementation in Rust.☆3,087Updated 4 months ago
- Subcommand to show result of macro expansion☆2,995Updated this week
- A code coverage tool for Rust projects☆2,860Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,257Updated last year
- Rust cache structures and easy function memoization☆1,931Updated last month
- A crate for managing memory bit by bit☆1,362Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,551Updated last month
- ❌ Cargo plugin for linting your dependencies 🦀☆2,136Updated 2 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,060Updated 3 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications