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.☆116Mar 14, 2026Updated last week
- bluss/IndexMap with amortized resizes☆14Dec 21, 2020Updated 5 years ago
- An unordered multiset/bag implementation backed by HashMap☆76Mar 14, 2026Updated last week
- 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
- Find the load at which a benchmark falls over.☆36Jul 31, 2020Updated 5 years ago
- A lock-free, read-optimized, concurrency primitive.☆2,097Mar 14, 2026Updated last week
- A simple utility for ensuring that certain Rust code does not compile.☆37Jun 24, 2020Updated 5 years ago
- Wait for async tasks☆13Dec 22, 2022Updated 3 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
- A benchmarking harness for concurrent key-value collections☆119Feb 5, 2023Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆376Aug 31, 2025Updated 6 months ago
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- Heap-based async timers☆216Jun 14, 2024Updated last year
- Slab allocator for Rust☆884Jan 31, 2026Updated last month
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 5 years ago
- Asynchronous adapter for byteorder☆20Feb 10, 2021Updated 5 years ago
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- An experimental serialization system written in Rust☆286Apr 6, 2023Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆731Updated this week
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆265May 29, 2023Updated 2 years ago
- Async multi-producer multi-consumer channel☆937Jul 6, 2025Updated 8 months ago
- Compile-time reference counting☆456May 18, 2025Updated 10 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Jul 25, 2020Updated 5 years ago
- Create extensions for types you don't own with extension traits but without the boilerplate☆135Mar 29, 2023Updated 2 years ago
- A modern Rust debugging library 🦀☆891May 15, 2022Updated 3 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆838Sep 9, 2023Updated 2 years ago
- ☆248Mar 8, 2026Updated last week
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- An ultra simple CLI arguments parser.