facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆193Updated last month
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.☆199Updated last year
- A simple concurrent caching library that might fit to many use cases☆143Updated last year
- ☆205Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated 2 weeks ago
- A concurrent, append-only vector.☆209Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- The cost of Rust async/await☆132Updated 3 years ago
- rust bindings of snmalloc☆148Updated 4 months ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- Library safely exposing the io_uring API.☆73Updated this week
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Track and query Cargo dependency graphs.☆249Updated last week
- ☆52Updated last year
- a lock-free concurrent slab (experimental)☆303Updated last year
- Benchmarking library for stable Rust☆47Updated last month
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Updated 2 months ago
- The Rustc Trait System Refactor Initiative☆26Updated 2 months ago
- An ε-copy serialization/deserialization framework for Rust☆168Updated last month
- Reports when tokio runtime threads are blocking☆66Updated last year
- Experiments with structured concurrency in Rust☆406Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆198Updated this week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Utilities for working with impl traits in Rust.☆118Updated 11 months ago
- Lightweight and high performance concurrent cache☆308Updated 3 months ago
- Pyroscope Profiler for Rust. Profile your Rust applications.☆201Updated this week