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☆96Updated 9 years ago
- Aligned allocation for Rust☆15Updated 4 years ago
- ☆17Updated 5 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
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated 11 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 3 weeks ago
- A splay tree implementation written in Rust☆26Updated 6 years ago
- ☆37Updated 7 months 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
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- A stack for rust trait objects that minimizes allocations☆128Updated 3 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated last month
- Object based cross-language FFI for Rust☆63Updated last year
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- An interpreted language written in Rust inspired by the Lisp family of languages.☆61Updated 3 years ago
- ☆59Updated 2 weeks ago
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- Ergonomic tagged pointer☆31Updated 10 months ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- A rust implementation of the “Quite OK Image” format for fast, lossless image compression☆47Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- A simple library to use Rust's type system to handle endianness.☆16Updated 9 months ago
- A cross-platform shared library loader.☆30Updated 6 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- watt-based inline procedural macros☆14Updated 5 years ago
- Hexadecimal float support for Rust☆40Updated 3 months ago