FKLC / RustPyVM
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
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- Aligned allocation for Rust☆15Updated 4 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- pest grammar file support for all JetBrains IDEs☆36Updated 11 months ago
- docs.rs as a publishing platform?☆68Updated this week
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- Safe LLVM bindings for Rust☆21Updated last year
- An article explaining the unsoundness I found in owning-ref☆26Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆95Updated last month
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated last month
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Performance comparisons between various virtual interpreter implementation strategies☆32Updated 10 months ago
- ☆24Updated 2 years ago
- ☆17Updated 4 years ago
- A C expression parser and evaluator☆46Updated last year
- Free conversion between async and sync in Rust☆51Updated 2 years ago
- Instrument Rust code using Rust☆64Updated 6 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- A splay tree implementation written in Rust☆25Updated 6 years ago
- rust hints to the optimizer☆19Updated 3 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- A sha1 implementation useable in const contexts☆87Updated 10 months ago
- Unleash the power of nightly Rust to write code that's generic over mutation!☆24Updated 4 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆22Updated 5 months ago
- "Freedom from syn": Proc macro tools for operating on token trees☆107Updated 4 years ago