ekzhang / cs262Links
Solutions to introductory distributed computing exercises
☆12Updated 2 years ago
Alternatives and similar repositories for cs262
Users that are interested in cs262 are comparing it to the libraries listed below
Sorting:
- ☆34Updated last year
- Yet another key-value storage for Rust☆72Updated 4 years ago
- Asynchronous Scalable Weakly-consistent Infection-style Process Group Membership Protocol(SWIM) implementation written in Rust.☆26Updated last year
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆41Updated last year
- Rust io_uring examples☆100Updated last month
- A neural network inference library, written in Rust.☆68Updated last year
- Generic Automatic Differentiation library for Rust (aka "autograd")☆38Updated 4 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆192Updated this week
- Rust bindings to the MLIR C API.☆70Updated 2 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A Rust crate to write toy distributed systems with Maelstrom as Actors.☆11Updated 4 years ago
- Another minimal Raft implementation in Rust.☆186Updated 2 years ago
- ☆21Updated 3 years ago
- Translations of a simple C program to Rust.☆140Updated 2 years ago
- 🗳 A solution to pingcap/talent-plan, aka "6.824 Lab 2: Raft" and "6.824 Lab 3: Fault-tolerant Key/Value Service" from MIT.☆31Updated 4 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆136Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- A collection of boosting algorithms written in Rust 🦀☆57Updated 8 months ago
- Raft implemented in Rust☆29Updated 2 years ago
- A lighweight and parallel snapshot testing framework in rust☆37Updated 2 years ago
- Rust node framework for building distributed systems for learning for https://github.com/jepsen-io/maelstrom / fly.io☆29Updated 2 years ago
- SIMD base64 codecs☆88Updated 2 years ago
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketchi…☆139Updated 3 weeks ago
- A buffering MPSC queue.☆87Updated 2 months ago
- rust database engineering toolkit☆34Updated 4 years ago
- Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight.☆129Updated 2 months ago
- Rust Back testing framework for Databento☆21Updated 3 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year