facebookexperimental / allocativeLinks
Library and proc macro to analyze memory usage of data structures in rust.
☆159Updated last week
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 7 months ago
- ☆199Updated last year
- A simple concurrent caching library that might fit to many use cases☆134Updated 7 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Library safely exposing the io_uring API.☆68Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- The cost of Rust async/await☆131Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- ☆50Updated 8 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- Benchmarking library for stable Rust☆46Updated 4 months ago
- A concurrent, append-only vector.☆192Updated 2 weeks ago
- a lock-free concurrent slab (experimental)☆292Updated 8 months ago
- rust bindings of snmalloc☆139Updated 4 months ago
- Track and query Cargo dependency graphs.☆231Updated this week
- An ε-copy serialization/deserialization framework for Rust☆154Updated 3 weeks ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Reports when tokio runtime threads are blocking☆65Updated 11 months ago
- Pyroscope Profiler for Rust. Profile your Rust applications.☆185Updated 2 months ago
- Lightweight and high performance concurrent cache☆261Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- A library for generating chrome://tracing traces in Rust.☆115Updated last year
- ☆216Updated 2 weeks ago
- Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.☆223Updated last month
- Define your own PhantomData☆156Updated this week
- Utilities for working with impl traits in Rust.☆112Updated 7 months ago
- lock-free B+ tree☆295Updated 11 months ago