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☆29Updated 3 weeks ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- 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 2 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 weeks ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 10 months ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A concurrent lock-free hash map for Rust.☆21Updated 4 years ago
- Asynchronously speed-limiting multiple byte streams☆65Updated 10 months ago
- Atomic operations on potentially uninitialized integers.☆21Updated last week
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- A Configuration Library for Rust Applications☆39Updated last week
- Asynchronous DNS lookups☆66Updated last year
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 weeks ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Pure Rust SSTable implementation☆14Updated last year
- A procedural macro for defining nom combinators in simple DSL☆45Updated 6 months ago
- Extra components for use with Mio.☆31Updated last week
- ☆33Updated 4 years ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Async filesystem primitives☆137Updated last month
- An implementation of Raft in Rust.☆39Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago