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☆38Updated 2 months ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- A lock-free async waitgroup implementation☆37Updated 4 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Updated last month
- ☆33Updated 5 years ago
- ☆33Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- A `Send` version of `Iterator::chunks`☆20Updated 2 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Attribute proc-macro to delegate method to a field☆29Updated 2 years ago
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- Layered configuration system built upon serde☆32Updated 5 months ago
- A high-performance SPSC bounded circular buffer of bytes☆51Updated last month
- A Configuration Library for Rust Applications☆50Updated last week
- A bridge between different serde implementations.☆16Updated 5 months ago
- Pure Rust SSTable implementation☆14Updated last year
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Async networking primitives for TCP/UDP/Unix communication☆140Updated last year
- Thread parking and unparking☆82Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- Async filesystem primitives☆143Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago