edward-shen / lfu-cacheLinks
A Rust implementation of a constant time LFU cache
☆14Updated last year
Alternatives and similar repositories for lfu-cache
Users that are interested in lfu-cache are comparing it to the libraries listed below
Sorting:
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- Asynchronously speed-limiting multiple byte streams☆61Updated 7 months ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 2 weeks ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- Duplicate an async I/O handle☆41Updated 4 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- A bridge between different serde implementations.☆16Updated 3 months ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- ☆33Updated 4 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- This rust crate provides a way to walk on recursive structures easily and safely.☆14Updated 3 years ago
- NATS unique identifiers☆20Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A Configuration Library for Rust Applications☆39Updated 2 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Timer facilities for Rust's async story☆56Updated 8 months ago
- Utilities building on top of Rust's async primitives.☆23Updated 5 years ago
- Rust implementation of MurmurHash3.☆11Updated 3 years ago
- ☆39Updated 5 years ago
- Convert closures into wakers☆45Updated 4 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆54Updated 5 years ago