Performance comparisons between various virtual interpreter implementation strategies
☆49Apr 6, 2024Updated last year
Alternatives and similar repositories for vm-perf
Users that are interested in vm-perf are comparing it to the libraries listed below
Sorting:
- A highly experiment portable runtime☆22Apr 11, 2024Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆39Oct 19, 2024Updated last year
- A me maintained zub-vm fork. A super-fast, stack-based virtual machine for dynamic languages☆12Aug 9, 2025Updated 7 months ago
- Ultra-compact storage for collections of enums 🌱☆23Sep 12, 2022Updated 3 years ago
- A tiny wiki engine. (Fossil Export)☆13Jul 29, 2023Updated 2 years ago
- Copying Garbage Collector☆14May 13, 2020Updated 5 years ago
- A programming language for transpiled libraries.☆14Jul 8, 2025Updated 8 months ago
- A formally-verified provably-safe sandboxing Wasm-to-native compiler☆29Aug 30, 2022Updated 3 years ago
- Paradoxes of type theory, described didactically. With accompanying proofs in Agda.☆41Oct 5, 2020Updated 5 years ago
- Fault-tolerant nom 5 parser based on "Syntax error recovery in parsing expression grammars" (2018)☆31Feb 24, 2022Updated 4 years ago
- IP stack written in Dylan - includes binary parsing and interactive GUI☆25Jan 30, 2014Updated 12 years ago
- Artifact for paper "When Subtyping Constraints Liberate: A Novel Type Inference Approach for First-Class Polymorphism" (https://popl24.si…☆15May 22, 2024Updated last year
- PEG parser generator built on top of nom☆70Sep 2, 2019Updated 6 years ago
- ☆12Feb 11, 2019Updated 7 years ago
- The beginnings of a fast, modern, multithreaded, dynamically typed langauge☆18Mar 15, 2026Updated last week
- Oversimplified version of Simple-sub: without recursive types, without nested let polymorphism, and with approximated type-variable-to-ty…☆27Jun 18, 2022Updated 3 years ago
- Extend your F# apps with F# scripts☆28Feb 24, 2026Updated 3 weeks ago
- Cycle-tracking garbage collector library for Rust☆322Mar 6, 2026Updated 2 weeks ago
- Cross platform software buffer submission to the display server☆17Dec 23, 2022Updated 3 years ago
- A proof-of-concept compiler targeting SPIR-V for a toy ML functional shading language☆15Sep 16, 2021Updated 4 years ago
- Typed λ-calculus in Rust☆30Jun 27, 2023Updated 2 years ago
- Staged push/pull fusion with typed Template Haskell☆62Dec 17, 2023Updated 2 years ago
- Zesterer's Text Editor☆43Feb 17, 2026Updated last month
- A small example of a source->source pattern matching to decision tree compiler☆14Jul 29, 2020Updated 5 years ago
- "Programs that explain their effects" talk material☆17Jun 22, 2018Updated 7 years ago
- A visually pleasing language for langjam 3☆16Jul 26, 2022Updated 3 years ago
- Derive your Attribute Parsers☆13May 1, 2023Updated 2 years ago
- A memcomparable serialization format.☆24May 16, 2023Updated 2 years ago
- Datatype-generic object-oriented transformations for OCaml☆17Nov 16, 2025Updated 4 months ago
- Linearizability Hoare Logic