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
- A generic implementation of double-buffering.☆16Updated 3 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- Aligned allocation for Rust☆15Updated 4 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆37Updated last year
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- ☆17Updated 5 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated this week
- ☆24Updated 2 years ago
- Macro for dynamically loading windows dll functions☆19Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Garbage collection for Rust inspired by CPython's gcmodule☆20Updated 2 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 3 years ago
- A Boggle™ Solver in Rust☆24Updated 5 years ago
- Instrument Rust code using Rust☆64Updated 6 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- docs.rs as a publishing platform?☆68Updated last month
- liburing bindings☆34Updated 2 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- An interpreted language written in Rust inspired by the Lisp family of languages.☆61Updated 2 years ago
- A splay tree implementation written in Rust☆26Updated 6 years ago
- A MIPS simulator written in Rust☆19Updated 6 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 4 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- Talk to Cargo easily at build time☆17Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago