A HashMap variant that spreads resize load across inserts
☆197Jan 28, 2025Updated last year
Alternatives and similar repositories for griddle
Users that are interested in griddle are comparing it to the libraries listed below
Sorting:
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆116Feb 1, 2026Updated 3 weeks ago
- bluss/IndexMap with amortized resizes☆14Dec 21, 2020Updated 5 years ago
- An unordered multiset/bag implementation backed by HashMap☆76Feb 1, 2026Updated last month
- Library for parse perf.data file from Linux perf tool for Rust☆18Apr 25, 2020Updated 5 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- A simple utility for ensuring that certain Rust code does not compile.☆37Jun 24, 2020Updated 5 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- A port of Java's ConcurrentHashMap to Rust☆575Nov 30, 2025Updated 3 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Apr 29, 2021Updated 4 years ago
- Wait for async tasks☆13Dec 22, 2022Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆375Aug 31, 2025Updated 6 months ago
- Find the load at which a benchmark falls over.☆36Jul 31, 2020Updated 5 years ago
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- Create extensions for types you don't own with extension traits but without the boilerplate☆134Mar 29, 2023Updated 2 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Jul 25, 2020Updated 5 years ago
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 5 years ago
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- Slab allocator for Rust☆875Jan 31, 2026Updated last month
- Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions☆449Jan 22, 2026Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆837Sep 9, 2023Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆265May 29, 2023Updated 2 years ago
- ☆246Jan 25, 2026Updated last month
- Run closures in parallel☆114Jan 19, 2025Updated last year
- Async multi-producer multi-consumer channel☆933Jul 6, 2025Updated 7 months ago
- Heap-based async timers☆216Jun 14, 2024Updated last year
- A modern Rust debugging library 🦀☆891May 15, 2022Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- SIMD-accelerated UTF-8 validation for Rust.☆585Dec 21, 2025Updated 2 months ago
- An experimental serialization system written in Rust☆286Apr 6, 2023Updated 2 years ago
- A benchmarking harness for concurrent key-value collections☆119Feb 5, 2023Updated 3 years ago
- A lock-free, append-only atomic pool.☆68May 29, 2022Updated 3 years ago
- wrap errors with automatic backtrace capture and print-on-result-unwrap☆32Apr 29, 2024Updated last year
- Compile-time reference counting☆457May 18, 2025Updated 9 months ago
- experimental middleware-based minimalism async HTTP server framework☆22Mar 28, 2021Updated 4 years ago
- Just Use /dev/urandom -- now with more safety at early boot☆59Sep 7, 2020Updated 5 years ago
- Generic SIMD abstractions for Rust.☆46Nov 18, 2022Updated 3 years ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago