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☆33Updated 2 months ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- Asynchronously speed-limiting multiple byte streams☆66Updated 11 months ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- Thread parking and unparking☆79Updated 8 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- ☆39Updated 5 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 weeks ago
- A global executor built on top of async-executor and smol☆74Updated last month
- A queue designed for buffer swapping instead of task popping☆23Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- Duplicate an async I/O handle☆41Updated 8 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- Async filesystem primitives☆139Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Asynchronous DNS lookups☆66Updated last year
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated last year
- A Configuration Library for Rust Applications☆40Updated 3 weeks ago
- ☆33Updated 5 years ago
- ☆46Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago