moka-rs / mini-mokaLinks
A simple concurrent caching library that might fit to many use cases
☆131Updated 6 months ago
Alternatives and similar repositories for mini-moka
Users that are interested in mini-moka are comparing it to the libraries listed below
Sorting:
- ☆197Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆157Updated this week
- A fast and flexible LRU map.☆189Updated 6 months ago
- Define your own PhantomData☆155Updated last week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- Utilities for working with impl traits in Rust.☆110Updated 5 months ago
- A concurrent, append-only vector.☆184Updated 3 weeks ago
- rust bindings of snmalloc☆136Updated 3 months ago
- `faststr` is a string library that try to avoid the cost of clone.☆102Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- A drop-in replacement for std::Instant that is faster and more accurate.☆26Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Lightweight and high performance concurrent cache☆247Updated 2 weeks ago
- A library for generating chrome://tracing traces in Rust.☆113Updated last year
- A lightweight version of pin-project written with declarative macros.☆251Updated last week
- Automatically implement traits for common smart pointers☆114Updated 3 months ago
- A implementation of convenience integrations between tokio and tower☆130Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆111Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated 11 months ago
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- Compatibility adapter between tokio and futures☆172Updated 4 months ago
- An inline SIMD accelerated hashmap designed for small amount of data.☆82Updated 3 weeks ago
- ☆49Updated 7 months ago
- Fast JSON deserialization on borrowed data☆108Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated last week
- Asynchronous HTTP body trait☆142Updated this week
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆157Updated last year