a-agmon / LocalLRULinks
A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust
☆51Updated 8 months ago
Alternatives and similar repositories for LocalLRU
Users that are interested in LocalLRU are comparing it to the libraries listed below
Sorting:
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- Utilities for working with shared slices of memory☆76Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆202Updated this week
- 🦕 Add dyn compatible variant to your async trait!☆70Updated 3 weeks ago
- An alternative rust async runtime.☆51Updated last month
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆139Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆177Updated this week
- A collection of boosting algorithms written in Rust 🦀☆56Updated 4 months ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated 4 months ago
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated last month
- Library facilitating safe pinned initialization☆60Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆170Updated last week
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 weeks ago
- Compile-time regular expressions, the right way.☆79Updated 7 months ago
- Type-erased core::Discriminant<T>☆38Updated 2 weeks ago
- A Configuration Library for Rust Applications☆40Updated last week
- `faststr` is a string library that try to avoid the cost of clone.☆105Updated 3 weeks ago
- Practically zero-overhead string interning☆41Updated 6 months ago
- Perfect hashing for an imperfect world☆93Updated last month
- Fast JSON deserialization on borrowed data☆112Updated 3 months ago
- ☆51Updated 9 months ago
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- Benchmarking library for stable Rust☆46Updated 5 months ago
- Prevent stack overflow in deeply recursive functions with automatic stack management.☆60Updated 3 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 7 months ago
- A buffering MPSC queue.☆81Updated last year
- Detect blocking code in Tokio async tasks. (Rust)☆74Updated last month
- A generic abstraction of paginated APIs☆62Updated last year