FKLC / RustPyVMLinks
A Python Virtual Machine implemented in Rust. For learning purposes.
☆38Updated 4 years ago
Alternatives and similar repositories for RustPyVM
Users that are interested in RustPyVM are comparing it to the libraries listed below
Sorting:
- Modular register allocator algorithms☆105Updated 3 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Aligned allocation for Rust☆15Updated 5 years ago
- Ergonomic tagged pointer☆31Updated last year
- ☆17Updated 5 years ago
- ☆37Updated 10 months ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- A MIPS simulator written in Rust☆19Updated 6 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- dlmalloc ported into Rust☆112Updated 2 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- A splay tree implementation written in Rust☆27Updated 6 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Manage multiple LLVM/Clang builds☆168Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 4 months ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- Garbage collector implementation in Rust for Rust☆13Updated 5 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- liburing bindings☆35Updated 3 years ago
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆56Updated last month
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated 5 months ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- ☆33Updated 5 years ago
- Example implementation of stack tokens for Rust☆34Updated 2 years ago