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:
- Yet another key-value storage for Rust☆72Updated 4 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- ☆34Updated last year
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆41Updated last year
- A Rust crate to write toy distributed systems with Maelstrom as Actors.☆11Updated 4 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- Generic Automatic Differentiation library for Rust (aka "autograd")☆38Updated 4 years ago
- Rust io_uring examples☆100Updated last month
- ☆23Updated 3 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Asynchronous Scalable Weakly-consistent Infection-style Process Group Membership Protocol(SWIM) implementation written in Rust.☆26Updated last year
- Framework for simulating distributed applications☆105Updated 5 years ago
- Another minimal Raft implementation in Rust.☆186Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- Type theory for busy engineers☆19Updated last year
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆65Updated 11 months ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- Raft implemented in Rust☆29Updated 2 years ago
- SIMD base64 codecs☆88Updated last year
- Recipes for avoiding bounds checks in Rust, without unsafe!☆135Updated 3 years ago
- ☆24Updated last year
- Example implementation of stack tokens for Rust☆33Updated 3 years ago
- Scalable and lock-free memory reclamation system☆37Updated last month
- A neural network inference library, written in Rust.☆68Updated last year
- Rust bindings to the MLIR C API.☆69Updated 2 months ago
- Pretty printing library for SQL☆24Updated 2 years ago
- A bogus CPU emulator written in Rust.☆55Updated last year
- A collection of boosting algorithms written in Rust 🦀☆57Updated 8 months ago