A simple, fast, LRU cache implementation.
☆214Apr 8, 2024Updated last year
Alternatives and similar repositories for uluru
Users that are interested in uluru are comparing it to the libraries listed below
Sorting:
- An implementation of a LRU cache☆787Jan 7, 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
- A thread pool for isolating blocking I/O in async programs☆375Aug 31, 2025Updated 6 months ago
- Async filesystem primitives☆144Feb 15, 2026Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆223Feb 22, 2026Updated last week
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- Jump Consistent Hash implementation for Rust☆16Apr 16, 2024Updated last year
- Fast floating point to string conversion☆692Feb 16, 2026Updated 2 weeks ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- A single thread async runtime based on io-uring.☆21Dec 31, 2025Updated 2 months ago
- ☆18Nov 14, 2021Updated 4 years ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- ☆247Jan 25, 2026Updated last month
- Run closures in parallel☆114Jan 19, 2025Updated last year
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Async multi-producer multi-consumer channel☆933Jul 6, 2025Updated 7 months ago
- ☆20Aug 3, 2020Updated 5 years ago
- a BOCU-1 encoder/decoder library in rust☆18Dec 28, 2022Updated 3 years ago
- Wait for async tasks☆13Dec 22, 2022Updated 3 years ago
- Async I/O and timers☆585Feb 15, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- An ultra simple CLI arguments parser.☆632Oct 19, 2023Updated 2 years ago
- Concurrent multi-producer multi-consumer queue☆301Dec 2, 2025Updated 3 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆158Mar 12, 2025Updated 11 months ago
- Task abstraction for building executors☆575Feb 13, 2026Updated 2 weeks ago
- A small and fast async runtime for Rust☆4,788Feb 23, 2026Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Dec 18, 2022Updated 3 years ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Rust derive-based argument parsing optimized for code size☆1,888Feb 11, 2026Updated 2 weeks ago
- Async synchronization primitives☆284Dec 21, 2025Updated 2 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Rust library allowing to register multiple handlers for the same signal☆835Feb 14, 2026Updated 2 weeks ago
- Swift-style keypaths in Rust☆60Jul 7, 2021Updated 4 years ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago