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:
- Aligned allocation for Rust☆15Updated 4 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated this week
- A generic implementation of double-buffering.☆17Updated 3 years ago
- ☆37Updated 6 months ago
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated last month
- Ergonomic tagged pointer☆31Updated 9 months ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- Higher level LLDB bindings for Rust built on lldb-sys.☆60Updated 5 months ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- ☆17Updated 5 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 3 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Cast between dynamic trait objects☆32Updated 5 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
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- ☆33Updated 4 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 weeks ago
- Declarative I/O. Write bidirectional encoders for binary formats with ease!☆33Updated 4 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- Stack-allocated trait objects☆18Updated 3 years ago
- An async allocator with Fun™️ unsafe Rust☆18Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A C expression parser and evaluator☆46Updated 2 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year