edward-shen / lfu-cache
A Rust implementation of a constant time LFU cache
☆14Updated 9 months ago
Alternatives and similar repositories for lfu-cache:
Users that are interested in lfu-cache are comparing it to the libraries listed below
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Asynchronously speed-limiting multiple byte streams☆57Updated 4 months ago
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- Another Async IO Framework based on io_uring☆62Updated 2 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☆40Updated last month
- A Configuration Library for Rust Applications☆39Updated 3 weeks ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A procedural macro for defining nom combinators in simple DSL☆45Updated 3 weeks ago
- ☆37Updated 4 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated last week
- Versatile parser for arithmetic expressions☆9Updated this week
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- ☆33Updated 4 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆41Updated last month
- Timer facilities for Rust's async story☆56Updated 4 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Atomic operations on potentially uninitialized integers.☆20Updated this week
- ☆24Updated 2 years ago
- Bitmap types for Rust☆49Updated last year
- A bridge between different serde implementations.☆16Updated this week
- ☆28Updated 2 years ago
- ☆15Updated 9 months ago
- A lightweight lock protected by an atomic boolean.☆35Updated last year
- ☆33Updated last year
- Full precision decimal representation of f64☆25Updated this week
- ☆46Updated 2 months ago