digorithm / LC-3-RustLinks
An LC-3 virtual machine written in Rust for learning purposes.
☆43Updated 2 years ago
Alternatives and similar repositories for LC-3-Rust
Users that are interested in LC-3-Rust are comparing it to the libraries listed below
Sorting:
- Yet another key-value storage for Rust☆72Updated 4 years ago
- This is a project to learn how to implement instruction dispatch in Rust.☆25Updated last year
- Finding ownership bugs at scale.☆21Updated this week
- A new register allocator☆243Updated last month
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Scalable and lock-free memory reclamation system☆37Updated last week
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- small distributed database protocol☆31Updated 4 years ago
- A lightweight, recoverable sandbox for executing untrusted RISC-V code in constrained environments☆53Updated 2 months ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- A very small and minimal virtual machine written in rust.☆109Updated 5 years ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- A lock-free memory allocator☆65Updated 3 months ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆61Updated 2 years ago
- Simple RISC-V emulator presented at Rust Nation 2023☆67Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆86Updated last year
- ☆74Updated last year
- A framework for writing plugins that integrate with the Rust compiler☆162Updated 2 months ago
- ☆30Updated 4 years ago
- Modular register allocator algorithms☆105Updated 3 years ago
- Build your own - linker☆209Updated 4 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Rust-based Unikernel☆132Updated last year
- fast hex☆97Updated 4 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A meta-JIT library for Rust interpreters☆165Updated 2 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆192Updated last week
- Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight.☆128Updated 3 weeks ago