facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆178Updated 3 weeks ago
Alternatives and similar repositories for allocative
Users that are interested in allocative are comparing it to the libraries listed below
Sorting:
- A fast and flexible LRU map.☆198Updated 10 months ago
- A simple concurrent caching library that might fit to many use cases☆139Updated 10 months ago
- ☆204Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆113Updated this week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆137Updated 5 months ago
- A concurrent, append-only vector.☆205Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Library safely exposing the io_uring API.☆69Updated this week
- The cost of Rust async/await☆132Updated 3 years ago
- Benchmarking library for stable Rust☆47Updated last month
- Track and query Cargo dependency graphs.☆239Updated this week
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- rust bindings of snmalloc☆144Updated 2 months ago
- ☆236Updated 3 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Reports when tokio runtime threads are blocking☆66Updated last year
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆188Updated this week
- The Rustc Trait System Refactor Initiative☆26Updated last week
- Lightweight and high performance concurrent cache☆283Updated last month
- An ε-copy serialization/deserialization framework for Rust☆162Updated 2 weeks ago
- ☆51Updated 11 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆171Updated this week
- Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.☆252Updated 3 months ago
- Pyroscope Profiler for Rust. Profile your Rust applications.☆194Updated 2 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Utilities for working with impl traits in Rust.☆117Updated 9 months ago
- Utility wrapper to send non send types to other threads safely☆187Updated 7 months ago