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
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆41Updated last year
- Another minimal Raft implementation in Rust.☆186Updated last year
- Asynchronous Scalable Weakly-consistent Infection-style Process Group Membership Protocol(SWIM) implementation written in Rust.☆26Updated last year
- Rust io_uring examples☆100Updated 2 weeks ago
- A Rust crate to write toy distributed systems with Maelstrom as Actors.☆11Updated 3 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- SIMD base64 codecs☆88Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 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
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 10 months ago
- Simple async reactor and executor for rust☆78Updated 9 months ago
- ☆24Updated last year
- SIMD-optimized B+ Tree implementation that uses integer keys☆85Updated 5 months ago
- Bw-Tree for Rust☆28Updated 2 years ago
- The cost of Rust async/await☆132Updated 3 years ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Generic Automatic Differentiation library for Rust (aka "autograd")☆38Updated 4 years ago
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketchi…☆136Updated 3 weeks ago
- rust database engineering toolkit☆35Updated 4 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- ☆21Updated 3 years ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆63Updated 10 months ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- Lower-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocati…☆302Updated 2 months ago
- Convert between nalgebra and numpy types.☆23Updated 3 years ago