FKLC / RustPyVMLinks
A Python Virtual Machine implemented in Rust. For learning purposes.
☆38Updated 3 years ago
Alternatives and similar repositories for RustPyVM
Users that are interested in RustPyVM are comparing it to the libraries listed below
Sorting:
- A super-simple compiler demoing how to talk to LLVM from Rust☆95Updated 8 years ago
- Aligned allocation for Rust☆15Updated 4 years ago
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated 3 weeks ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Declarative I/O. Write bidirectional encoders for binary formats with ease!☆33Updated 3 years ago
- Experimental JIT compiler generator☆27Updated last year
- liburing bindings☆34Updated 2 years ago
- ☆24Updated 2 years ago
- Talk to Cargo easily at build time☆17Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated 10 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- An article explaining the unsoundness I found in owning-ref