pelikan-io / rustcommonLinks
Common Rust library
☆36Updated 2 months ago
Alternatives and similar repositories for rustcommon
Users that are interested in rustcommon are comparing it to the libraries listed below
Sorting:
- A token-based rate limiter based on the leaky bucket algorithm.☆108Updated last month
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- Grafana Plugin SDK for Rust☆65Updated last month
- rust channel benchmarks to keep stat of performance of Kanal library in comparison with other competitors.☆45Updated 2 years ago
- A fast and flexible LRU map.☆184Updated 5 months ago
- A websocket protocol implementation.☆93Updated 2 months ago
- A implementation of convenience integrations between tokio and tower☆129Updated last year
- Port of bbolt in Rust☆65Updated 7 months ago
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆40Updated this week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 5 months ago
- Object Pool LockFree in Rust☆46Updated 4 months ago
- Lightweight and high performance concurrent cache☆238Updated 3 weeks ago
- A simple concurrent caching library that might fit to many use cases☆131Updated 4 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- Minimal async cache in Rust with support for key expirations☆53Updated this week
- Efficient bloom filter like datastructure, based on the Rank Select Quotient Filter (RSQF).☆19Updated last month
- Async synchronization primitives☆269Updated 2 months ago
- Library safely exposing the io_uring API.☆62Updated 2 months ago
- ☆47Updated 4 months ago
- Yaque is yet another disk-backed persistent queue for Rust.☆84Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Async broadcast channels☆177Updated 5 months ago
- Skiplist implementation in rust☆95Updated last week
- Benchmarking library for stable Rust☆38Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆121Updated 8 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last week
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆140Updated 2 years ago
- Heph is an actor library for Rust based on asynchronous functions.☆140Updated 3 months ago
- Asynchronous HTTP body trait☆142Updated last month