facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆162Updated 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.☆192Updated 8 months ago
- A simple concurrent caching library that might fit to many use cases☆135Updated 8 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- ☆200Updated last year
- Benchmarking library for stable Rust☆46Updated 5 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Library safely exposing the io_uring API.☆68Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 3 months ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆82Updated last year
- The cost of Rust async/await☆131Updated 3 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A concurrent, append-only vector.☆196Updated last month
- Track and query Cargo dependency graphs.☆234Updated 2 weeks ago
- ☆50Updated 9 months ago
- Reports when tokio runtime threads are blocking☆65Updated last year
- rust bindings of snmalloc☆140Updated last week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆88Updated last year
- Utilities for working with impl traits in Rust.☆113Updated 7 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- ☆217Updated last month
- An ε-copy serialization/deserialization framework for Rust☆154Updated this week
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- High-precision and consistent benchmarking framework/harness for Rust☆160Updated this week
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- Trying to create Sync bump allocator☆39Updated 2 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- Define your own PhantomData☆156Updated last week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago