Slab allocator for Rust
☆879Jan 31, 2026Updated last month
Alternatives and similar repositories for slab
Users that are interested in slab are comparing it to the libraries listed below
Sorting:
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated 2 months ago
- Support atomic operations on Arc itself☆1,270Mar 1, 2026Updated last week
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- A macro to generate structures which behave like bitflags☆1,112Feb 13, 2026Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,624Feb 16, 2026Updated 2 weeks ago
- Utilities for working with bytes☆2,193Feb 4, 2026Updated last month
- Slotmap data structure for Rust☆1,290Dec 6, 2025Updated 3 months ago
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- A lightweight version of pin-project written with declarative macros.☆274Updated this week
- Spin-based synchronization primitives☆586Feb 5, 2026Updated last month
- Asynchronous streams for Rust using async & await notation☆740Dec 8, 2024Updated last year
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- Async I/O and timers☆587Feb 15, 2026Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,896Dec 22, 2025Updated 2 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,097Feb 20, 2026Updated 2 weeks ago
- Async multi-producer multi-consumer channel☆935Jul 6, 2025Updated 8 months ago
- Task abstraction for building executors☆581Feb 13, 2026Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,047Feb 10, 2026Updated 3 weeks ago
- A crate for mucking around with piles of bytes☆967Jan 31, 2026Updated last month
- ☆499Nov 8, 2025Updated 4 months ago
- Type erasure for async trait methods☆2,120Feb 16, 2026Updated 3 weeks ago
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated 3 weeks ago
- Blazing fast concurrent HashMap for Rust.☆3,965Mar 5, 2025Updated last year
- An implementation of a LRU cache☆791Jan 7, 2026Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Tools for concurrent programming in Rust☆8,356Feb 22, 2026Updated 2 weeks ago
- Heapless, `static` friendly data structures☆1,925Feb 16, 2026Updated 2 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆549Nov 4, 2025Updated 4 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- Compile time static maps for Rust☆2,107Updated this week
- a lock-free concurrent slab (experimental)☆308Jan 20, 2026Updated last month