Rust persistent data structures
☆1,673Nov 13, 2025Updated 3 months ago
Alternatives and similar repositories for rpds
Users that are interested in rpds are comparing it to the libraries listed below
Sorting:
- Assorted immutable collection datatypes for Rust☆1,575Aug 19, 2024Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 3 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 3 months ago
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,896Dec 22, 2025Updated 2 months ago
- Serde serializable and deserializable trait objects☆1,477Feb 9, 2026Updated 3 weeks ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,776Feb 7, 2026Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Tools for concurrent programming in Rust☆8,346Feb 22, 2026Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,097Feb 20, 2026Updated 2 weeks ago
- Automated property based testing for Rust (with shrinking).☆2,711Feb 10, 2026Updated 3 weeks ago
- Compile-time type-checked builder derive☆1,149Jan 1, 2026Updated 2 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- Heapless, `static` friendly data structures☆1,925Feb 16, 2026Updated 2 weeks ago
- Some more derive(Trait) options☆2,078Feb 4, 2026Updated last month
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- Compile time static maps for Rust☆2,107Updated this week
- Blazing fast concurrent HashMap for Rust.☆3,965Mar 5, 2025Updated last year
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,424Dec 24, 2025Updated 2 months ago
- Rayon: A data parallelism library for Rust☆12,775Jan 6, 2026Updated 2 months ago
- the champagne of beta embedded databases☆8,940Nov 4, 2025Updated 4 months ago
- Abstract over the atomicity of reference-counting pointers in rust☆170Nov 13, 2025Updated 3 months ago
- Statistics-driven benchmarking library for Rust☆5,431Nov 29, 2025Updated 3 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated last week
- A small and fast async runtime for Rust☆4,788Feb 23, 2026Updated last week
- A crate for managing memory bit by bit☆1,375Aug 9, 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,515Apr 29, 2025Updated 10 months ago
- A small rust library for adding custom derives to enums☆2,314Feb 28, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,624Feb 16, 2026Updated 2 weeks ago
- Incremental garbage collection from safe Rust☆817Feb 9, 2026Updated 3 weeks ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- derive builder implementation for rust structs☆1,534Jan 2, 2026Updated 2 months ago
- Rust parser combinator framework☆10,319Aug 26, 2025Updated 6 months ago