a-agmon / LocalLRULinks
A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust
☆49Updated 5 months ago
Alternatives and similar repositories for LocalLRU
Users that are interested in LocalLRU are comparing it to the libraries listed below
Sorting:
- An easy-to-use recorder and viewer for high-performance traces☆41Updated last month
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- An inline SIMD accelerated hashmap designed for small amount of data.☆82Updated 3 weeks ago
- A Configuration Library for Rust Applications☆39Updated 4 months ago
- Utilities for working with shared slices of memory☆71Updated 2 weeks ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 9 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 8 months ago
- A collection of boosting algorithms written in Rust 🦀☆57Updated last month
- Practically zero-overhead string interning☆38Updated 3 months ago
- Deadlock free mutexes☆175Updated 3 months ago
- Lending iterators on stable Rust☆83Updated last year
- A versatile and extensible logging implementation.☆98Updated this week
- An ε-copy serialization/deserialization framework for Rust☆149Updated last week
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆126Updated last week
- Perfect hashing for an imperfect world☆91Updated 5 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆90Updated this week
- A generic abstraction of paginated APIs☆61Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated last week
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last week
- Compile-time regular expressions, the right way.☆78Updated 5 months ago
- `faststr` is a string library that try to avoid the cost of clone.☆102Updated 2 months ago
- The missing compound borrowing for Rust.☆58Updated last month
- A zero-copy Rust library that builds and parses network packets in-place.☆117Updated 3 months ago
- A faster Arc.☆73Updated last year
- A concurrent, append-only vector.☆184Updated 3 weeks ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A fast runtime-agnostic object pool for async rust.☆33Updated last month
- Type-erased core::Discriminant<T>☆38Updated last month