ekzhang / cs262Links
Solutions to introductory distributed computing exercises
☆11Updated 2 years ago
Alternatives and similar repositories for cs262
Users that are interested in cs262 are comparing it to the libraries listed below
Sorting:
- Yet another key-value storage for Rust☆72Updated 3 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- ☆34Updated 9 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆81Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 4 months ago
- Low(est?)-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allo…☆85Updated last week
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆39Updated 10 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆157Updated this week
- A Rust crate to write toy distributed systems with Maelstrom as Actors.☆11Updated 3 years ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- Bw-Tree for Rust☆27Updated 2 years ago
- Convert between nalgebra and numpy types.☆23Updated 2 years ago
- Rust io_uring examples☆82Updated last year
- SIMD base64 codecs☆85Updated last year
- Rust Read-Evaluate-Print-Loop utility crate☆15Updated 2 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- Use io_uring from vanilla tokio.☆49Updated 2 months ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A collection of boosting algorithms written in Rust 🦀☆57Updated last month
- ☆49Updated 7 months ago
- Rust bindings to the MLIR C API.☆65Updated last month
- 🗳 A solution to pingcap/talent-plan, aka "6.824 Lab 2: Raft" and "6.824 Lab 3: Fault-tolerant Key/Value Service" from MIT.☆30Updated 3 years ago
- ☆19Updated 2 years ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- A tool to generate ergonomic, buffer-based C++ APIs.☆47Updated 2 weeks ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆115Updated 2 years ago
- scan-resistant concurrent lazy LRU☆61Updated last year
- Experimental lock-free structures in Rust.☆20Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago