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:
- Library and proc macro to analyze memory usage of data structures in rust.☆166Updated last month
- ☆34Updated last year
- Yet another key-value storage for Rust☆72Updated 3 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆84Updated last year
- Rust Read-Evaluate-Print-Loop utility crate☆15Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- A neural network inference library, written in Rust.☆68Updated last year
- Scalable and lock-free memory reclamation system☆35Updated last week
- SIMD base64 codecs☆88Updated last year
- wait-free 4-level 64-bit pagetable for contiguous low-contention concurrent metadata☆41Updated last year
- Rust io_uring examples☆88Updated last year
- Convert between nalgebra and numpy types.☆23Updated 2 years ago
- Generic Automatic Differentiation library for Rust (aka "autograd")☆38Updated 4 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 7 months ago
- Framework for simulating distributed applications☆104Updated 5 years ago
- A simple concurrent caching library that might fit to many use cases☆137Updated 9 months ago
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- LLaMA from First Principles☆51Updated 2 years ago
- A lighweight and parallel snapshot testing framework in rust☆37Updated 2 years ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- ☆21Updated 2 years ago
- Use io_uring from vanilla tokio.☆51Updated this week
- A buffering MPSC queue.☆82Updated last year
- ☆51Updated 9 months ago
- ☆23Updated 3 years ago
- Rust port of the streaming ddelta patch algorithm, based on bsdiff☆11Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated last week
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago