edward-shen / lfu-cache
A Rust implementation of a constant time LFU cache
☆14Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for lfu-cache
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆15Updated this week
- Anonymous enum and checked exception for Rust.☆23Updated 3 years ago
- ☆24Updated last year
- Utilities building on top of Rust's async primitives.☆22Updated 5 years ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 2 years ago
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆39Updated 6 months ago
- Atomic operations on potentially uninitialized integers.☆18Updated this week
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- ☆33Updated 4 years ago
- Attribute proc-macro to delegate method to a field☆28Updated last year
- Duplicate an async I/O handle☆40Updated last month
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- experimental middleware-based minimalism async HTTP server framework☆22Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- ☆36Updated 4 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated last year
- Rust NonEmpty slice☆13Updated 3 years ago
- raw bindings for git://git.kernel.dk/liburing☆17Updated 4 years ago
- Pure Rust SSTable implementation☆14Updated 3 months ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- A concurrent lock-free hash map for Rust.☆21Updated 3 years ago