facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆193Updated 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 11 months ago
- A simple concurrent caching library that might fit to many use cases☆143Updated 11 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 6 months ago
- ☆205Updated last year
- A concurrent, append-only vector.☆208Updated 4 months ago
- rust bindings of snmalloc☆146Updated 3 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Track and query Cargo dependency graphs.☆245Updated last week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- Reports when tokio runtime threads are blocking☆66Updated last year
- Benchmarking library for stable Rust☆47Updated last week
- The cost of Rust async/await☆132Updated 3 years ago
- Library safely exposing the io_uring API.☆71Updated this week
- ☆52Updated last year
- a lock-free concurrent slab (experimental)☆303Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.☆255Updated 2 weeks ago
- ☆241Updated 4 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Non-interleaving multithreaded output queue☆79Updated last week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Experiments with structured concurrency in Rust☆402Updated last year
- This is a Rust implementation for popular caches (support no_std).☆113Updated 10 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆304Updated last month
- An ε-copy serialization/deserialization framework for Rust☆167Updated last week