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:
- 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
- liburing bindings☆34Updated 2 years ago
- Provides Rust interface to get current memory mappings for a given process☆17Updated 2 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Declarative I/O. Write bidirectional encoders for binary formats with ease!☆33Updated 3 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated 9 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- docs.rs as a publishing platform?☆69Updated 3 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated last week
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 2 months ago
- Thread-safe, reference-counted null-terminated immutable Rust strings.☆43Updated 5 months ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Garbage collector implementation in Rust for Rust☆13Updated 4 years 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.☆83Updated 2 weeks ago
- ☆17Updated 5 years ago
- Overloadable functions in rust.☆43Updated 5 years ago
- ☆33Updated 4 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- A C expression parser and evaluator☆46Updated 2 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- ☆24Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Stackful coroutine library for Rust that "just works"☆53Updated 2 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 2 years ago