sergey-melnychuk / uppercutLinks
Small and simple actor model implementation.
☆10Updated last year
Alternatives and similar repositories for uppercut
Users that are interested in uppercut are comparing it to the libraries listed below
Sorting:
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 8 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- Scalable and encrypted embedded database with 3-tier caching☆148Updated 11 months ago
- Yet another key-value storage for Rust☆71Updated 3 years ago
- An implementation of Raft in Rust.☆39Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- An asynchronous Rust networking framework that makes it easy to build protocols, application clients/servers.☆42Updated last year
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- ☆47Updated 4 years ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆63Updated 8 months ago
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆42Updated 5 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.