zesterer / yurtLinks
A highly experiment portable runtime
☆20Updated last year
Alternatives and similar repositories for yurt
Users that are interested in yurt are comparing it to the libraries listed below
Sorting:
- Performance comparisons between various virtual interpreter implementation strategies☆42Updated last year
- A memory efficient syntax tree for language developers☆62Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- hindley-milner algorithm☆61Updated 2 years ago
- Unleash the power of nightly Rust to write code that's generic over mutation!☆24Updated 4 years ago
- ☆20Updated 2 years ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆34Updated last week
- An experiment in an augmented error handling type for Rust☆39Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Rust crate for writing repetitive code easier and faster.☆43Updated 2 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- A meta-JIT library for Rust interpreters☆163Updated 2 years ago
- ☆35Updated last year
- An interface for writing a RustTypeChecker.☆43Updated 2 years ago
- exhaustive testing library☆64Updated 11 months ago
- Propositional logic with types in Rust☆62Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated this week
- sptr: The Strict Provenance Polyfill☆75Updated last year
- Choose Rust types at compile-time via constants☆68Updated last year
- A minimalist property-based testing library☆110Updated 2 months ago
- Resilient LL(1) parser generator for Rust☆162Updated last week
- WLambda - Embeddable Scripting Language for Rust