maidsafe / lru_time_cacheLinks
LRU cache settable via size or time to live
☆105Updated 3 years ago
Alternatives and similar repositories for lru_time_cache
Users that are interested in lru_time_cache are comparing it to the libraries listed below
Sorting:
- ☆62Updated 3 years ago
- Extensions for standard networking types☆106Updated last year
- Heap-based async timers☆214Updated last year
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 4 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated last week
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Lock free bounded non blocking pub sub queue☆76Updated 4 years ago
- ☆86Updated 5 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 11 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- Coroutine and async/await support for tokio-based futures☆119Updated 5 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 9 months ago
- A zero-overhead Windows I/O library, focusing on IOCP☆113Updated last year
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A consistent hashing library in Rust☆33Updated 3 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- ☆129Updated 5 years ago
- Time and duration crate optimized for speed and API stability.☆72Updated last month
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Work-stealing thread pool for executiong futures☆42Updated 7 years ago
- Timer facilities for Tokio☆85Updated 7 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A concurrent hash table for Rust☆61Updated 5 years ago
- Utilities for pinning