playXE / garbage-collectorLinks
Garbage collector implementation in Rust for Rust
☆13Updated 5 years ago
Alternatives and similar repositories for garbage-collector
Users that are interested in garbage-collector are comparing it to the libraries listed below
Sorting:
- Sruth Lùbach: A toy optimization engine☆23Updated 4 years ago
- Copying Garbage Collector☆14Updated 5 years ago
- Rust testing framework for compilers and VMs☆51Updated 9 months ago
- Modular register allocator algorithms☆105Updated 3 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- Type-Level Programming in Rust☆27Updated 3 years ago
- A prototype of my proposed name resolution algorithm for Rust.☆13Updated 10 years ago
- An experimental programming language for ergonomic software verification☆16Updated last month
- A statically-typed compiled language defined by a simple grammar☆24Updated 3 years ago
- Inert lets you use non-Sync values in Sync context☆16Updated 6 years ago
- An educational implementation of the ninja build system, based on ideas from the Build Systems a la Carte paper.☆58Updated 5 years ago
- A safe and efficient target language for functional compilers☆20Updated 7 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- Experimental Language based on Rust and Haskell☆54Updated 8 years ago
- Lift enum variants to the type-level.☆32Updated 4 years ago
- Macros have types!☆134Updated 2 years ago
- yk packages☆37Updated this week
- A strongly & statically typed systems level language focused on ease of use, portability and speed, built for the modern age.☆53Updated 4 years ago
- Implementing the type system described in the paper "Complete and Easy Bidirectional Type Inference" in Rust☆46Updated 9 years ago
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆54Updated 4 years ago
- Rust LLVM bindings☆31Updated 2 years ago
- Simple malloc implementation.☆33Updated 10 months ago
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- A Rust logic programming library inspired by the *Kanren family of language DSLs.☆54Updated 9 months ago
- Library for writing tests for utilities that read text files and produce text output☆23Updated 5 years ago
- Experimental JIT compiler generator☆28Updated last year
- A simple prolog implementation in Rust☆26Updated 5 years ago
- Logic programming, for Rust, from inside Rust.☆44Updated 5 years ago
- Aligned allocation for Rust☆15Updated 5 years ago
- Performance comparisons between various virtual interpreter implementation strategies☆45Updated last year