Slotmap data structure for Rust
☆1,298Dec 6, 2025Updated 3 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,143Feb 26, 2026Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Zero-copy deserialization framework for Rust☆4,100Feb 28, 2026Updated 3 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,481Jan 21, 2026Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- A crate for managing memory bit by bit☆1,378Aug 9, 2024Updated last year
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Graph data structure library for Rust.☆3,805Mar 8, 2026Updated 2 weeks ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- A small and fast async runtime for Rust☆4,827Feb 23, 2026Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,787Feb 7, 2026Updated last month
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Assorted immutable collection datatypes for Rust☆1,576Aug 19, 2024Updated last year
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Fast floating point to string conversion☆694Feb 16, 2026Updated last month
- Rust persistent data structures☆1,675Nov 13, 2025Updated 4 months ago
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 7 months ago
- Concurrency permutation testing tool for Rust.☆2,640Feb 20, 2026Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- Typed distributed plugin registration☆1,278Feb 19, 2026Updated last month
- Blazing fast concurrent HashMap for Rust.☆3,977Mar 5, 2025Updated last year
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,537Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,097Mar 14, 2026Updated last week
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,840Mar 11, 2026Updated last week
- A safe and convenient store for one value of each type☆351Jul 15, 2024Updated last year
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 3 weeks ago
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago