facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆166Updated last week
Alternatives and similar repositories for allocative
Users that are interested in allocative are comparing it to the libraries listed below
Sorting:
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated last week
- A fast and flexible LRU map.☆198Updated 9 months ago
- A simple concurrent caching library that might fit to many use cases☆137Updated 9 months ago
- ☆202Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- The cost of Rust async/await☆131Updated 3 years ago
- rust bindings of snmalloc☆142Updated 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
- (lifetime) GATs on stable Rust☆59Updated last year
- Reports when tokio runtime threads are blocking☆66Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- 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
- Library safely exposing the io_uring API.☆69Updated 2 weeks ago
- Benchmarking library for stable Rust☆47Updated 2 weeks ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A concurrent, append-only vector.☆203Updated 2 months ago
- Track and query Cargo dependency graphs.☆237Updated last week
- An on-disk hash table implementation☆125Updated 4 years ago
- An ε-copy serialization/deserialization framework for Rust☆159Updated last week
- The Rustc Trait System Refactor Initiative☆26Updated last month
- Define your own PhantomData☆158Updated last week
- Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.☆251Updated 3 months ago
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆186Updated this week
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- ☆51Updated 10 months ago
- a lock-free concurrent slab (experimental)☆299Updated 10 months ago
- ☆227Updated 2 months ago
- Pyroscope Profiler for Rust. Profile your Rust applications.☆195Updated last week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago