edward-shen / lfu-cache
A Rust implementation of a constant time LFU cache
☆14Updated 11 months ago
Alternatives and similar repositories for lfu-cache:
Users that are interested in lfu-cache are comparing it to the libraries listed below
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- futures::AtomicWaker extracted into its own crate☆25Updated 3 months ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 8 years ago
- ☆33Updated 4 years ago
- Utilities building on top of Rust's async primitives.☆23Updated 5 years ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 3 years ago
- Duplicate an async I/O handle☆41Updated 3 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated last month
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- Timer facilities for Rust's async story☆56Updated 7 months ago
- ☆37Updated 4 years ago
- Asynchronously speed-limiting multiple byte streams☆59Updated 6 months ago
- ☆36Updated 2 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 4 months ago
- A Configuration Library for Rust Applications☆39Updated last month
- Another Async IO Framework based on io_uring☆63Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A procedural macro for defining nom combinators in simple DSL☆45Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆27Updated last year
- POSIX AIO bindings for mio☆20Updated 3 weeks ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- ☆28Updated 5 years ago