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
- ☆17Updated 5 years ago
- ☆37Updated 8 months ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated 3 months ago
- Ergonomic tagged pointer☆31Updated 10 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 5 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last month
- Hexadecimal float support for Rust☆40Updated 4 months ago
- A splay tree implementation written in Rust☆26Updated 6 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Garbage collector implementation in Rust for Rust☆13Updated 5 years ago
- Rust bindings for libgccjit☆23Updated 3 weeks 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
- An interpreted language written in Rust inspired by the Lisp family of languages.☆61Updated 3 years ago
- ☆24Updated 2 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated 2 months ago
- ☆60Updated last week
- Higher level LLDB bindings for Rust built on lldb-sys.☆61Updated 6 months ago
- Automatic peephole optimizer for Cranelift JIT compiler☆19Updated 4 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- dlmalloc ported into Rust☆110Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago