facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆192Updated 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 simple concurrent caching library that might fit to many use cases☆141Updated 10 months ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- ☆205Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆114Updated this week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- A concurrent, append-only vector.☆206Updated 3 months ago
- rust bindings of snmalloc☆146Updated 3 months ago
- Benchmarking library for stable Rust☆47Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- Track and query Cargo dependency graphs.☆241Updated this week
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- The cost of Rust async/await☆132Updated 3 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆190Updated this week
- Library safely exposing the io_uring API.☆70Updated 2 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆164Updated last month
- ☆51Updated 11 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆172Updated this week
- Pyroscope Profiler for Rust. Profile your Rust applications.☆195Updated last week
- The Rustc Trait System Refactor Initiative☆26Updated last month
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆150Updated last week
- A wrapper around Rust futures that stores the future in space provided by the caller.☆304Updated 3 weeks ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.☆254Updated 3 weeks ago
- Experiments with structured concurrency in Rust☆400Updated last year
- lock-free B+ tree☆306Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago