a-agmon / LocalLRULinks
A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust
☆46Updated 3 months ago
Alternatives and similar repositories for LocalLRU
Users that are interested in LocalLRU are comparing it to the libraries listed below
Sorting:
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- cargo-add command to make dependencies into dylibs☆99Updated 2 years ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- Deadlock free mutexes☆175Updated 2 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…☆62Updated 5 months ago
- Fast JSON deserialization on borrowed data☆87Updated 4 months ago
- Type-erased core::Discriminant<T>☆38Updated 2 weeks ago
- The missing compound borrowing for Rust.☆57Updated 2 weeks ago
- A versatile and extensible logging implementation.☆87Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆186Updated last month
- Practically zero-overhead string interning☆39Updated 2 months ago
- A collection of boosting algorithms written in Rust 🦀☆55Updated 2 weeks ago
- Hash trait that is object-safe☆32Updated last week
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A Configuration Library for Rust Applications☆39Updated 2 months ago
- Mechanisms for high-performance hardware-aware programming in Rust☆24Updated 3 weeks ago
- Library facilitating safe pinned initialization☆41Updated this week
- ☆39Updated 9 months ago
- Reports when tokio runtime threads are blocking☆64Updated 8 months ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆126Updated 7 months ago
- A fast and flexible LRU map.☆184Updated 5 months ago
- A generic abstraction of paginated APIs☆60Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 3 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated 2 weeks ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 7 months ago
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated last year
- An easy-to-use recorder and viewer for high-performance traces☆41Updated last week
- Utilities for working with impl traits in Rust.☆109Updated 4 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆121Updated 8 months ago