pelikan-io / rustcommonLinks
Common Rust library
☆45Updated 4 months ago
Alternatives and similar repositories for rustcommon
Users that are interested in rustcommon are comparing it to the libraries listed below
Sorting:
- A fast and flexible LRU map.☆193Updated 9 months ago
- A token-based rate limiter based on the leaky bucket algorithm.☆112Updated 2 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- ☆196Updated 7 months ago
- Lightweight and high performance concurrent cache☆271Updated this week
- A Write Ahead Log (WAL) implementation in Rust☆230Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- Rust crate for managing CPU core affinities☆206Updated 7 months ago
- A simple concurrent caching library that might fit to many use cases☆137Updated 8 months ago
- A websocket protocol implementation.☆93Updated 2 weeks ago
- A lockless mpmc/mpsc to support async base on crossbeam☆189Updated this week
- A concurrent, append-only vector.☆201Updated last month
- Yaque is yet another disk-backed persistent queue for Rust.☆87Updated last year
- Async synchronization primitives☆274Updated last month
- A minimal implementation of consistent hashing☆60Updated last year
- A global executor built on top of async-executor and smol☆74Updated last month
- Concurrent multi-producer multi-consumer queue☆292Updated 2 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Async broadcast channels☆187Updated last month
- A very fast Key-Value store in pure rust☆210Updated 3 months ago
- ☆201Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆141Updated last year
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 3 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills.☆233Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- ☆40Updated 3 months ago
- Asynchronous HTTP body trait☆147Updated last month
- Library safely exposing the io_uring API.☆68Updated last month