Slotmap data structure for Rust
☆1,289Dec 6, 2025Updated 2 months ago
Alternatives and similar repositories for slotmap
Users that are interested in slotmap are comparing it to the libraries listed below
Sorting:
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,866Feb 22, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Graph data structure library for Rust.☆3,773Feb 21, 2026Updated last week
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- A small and fast async runtime for Rust☆4,788Feb 23, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,574Aug 19, 2024Updated last year
- Concurrency permutation testing tool for Rust.☆2,607Feb 20, 2026Updated last week
- Statistics-driven benchmarking library for Rust☆5,428Nov 29, 2025Updated 3 months ago
- A crate for mucking around with piles of bytes☆966Jan 31, 2026Updated last month
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,515Apr 29, 2025Updated 10 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- Rust persistent data structures☆1,666Nov 13, 2025Updated 3 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆500Jan 28, 2024Updated 2 years ago
- Typed distributed plugin registration☆1,268Feb 19, 2026Updated last week
- Heapless, `static` friendly data structures☆1,920Feb 16, 2026Updated 2 weeks ago
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,811Feb 23, 2026Updated last week
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- A binary encoder / decoder implementation in Rust.☆3,075Aug 15, 2025Updated 6 months ago
- Blazing fast concurrent HashMap for Rust.☆3,954Mar 5, 2025Updated 11 months ago
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago