a-agmon / LocalLRULinks
A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust
☆53Updated last year
Alternatives and similar repositories for LocalLRU
Users that are interested in LocalLRU are comparing it to the libraries listed below
Sorting:
- 🦕 Add dyn compatible variant to your async trait!☆72Updated 5 months ago
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Utilities for working with shared slices of memory☆85Updated 7 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆196Updated this week
- A buffering MPSC queue.☆87Updated 2 months ago
- Type-erased core::Discriminant<T>☆38Updated last month
- Library facilitating safe pinned initialization☆77Updated last week
- Deadlock free mutexes☆177Updated 10 months ago
- Fast JSON deserialization on borrowed data☆123Updated 2 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 4 months ago
- An extremely small and fast AWS Lambda runtime with sub-5ms cold starts. Works with C and Rust. I call it "the Lambda libc runtime" becau…☆63Updated last year
- Practically zero-overhead string interning☆42Updated last month
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated 2 weeks ago
- ☆52Updated last year
- An easy-to-use recorder and viewer for high-performance traces☆41Updated this week
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- An alternative rust async runtime.☆59Updated last month
- A faster Arc.☆80Updated 2 years ago
- `faststr` is a string library that try to avoid the cost of clone.☆111Updated this week
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆79Updated 5 months ago
- ☆39Updated last year
- Perfect hashing for an imperfect world☆96Updated 5 months ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆36Updated 2 years ago
- A Configuration Library for Rust Applications☆50Updated this week
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- Prevent stack overflow in deeply recursive functions with automatic stack management.☆69Updated 3 months ago