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☆36Updated 3 months ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- ☆33Updated 5 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 weeks ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- A queue designed for buffer swapping instead of task popping☆23Updated 3 years ago
- A Configuration Library for Rust Applications☆40Updated this week
- Pure Rust SSTable implementation☆14Updated last year
- liburing bindings☆35Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 8 months ago
- Async networking primitives for TCP/UDP/Unix communication☆138Updated 9 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- ☆51Updated 10 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Asynchronous DNS lookups☆67Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 5 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A Rust-implementation of a stable Bloom filter for filtering duplicates out of data streams.☆42Updated 6 years ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆30Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library☆19Updated last year
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago