Manishearth / rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
☆973Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for rust-gc
- A parser combinator library for Rust☆1,302Updated 7 months ago
- A fast bump allocation arena for Rust☆1,443Updated 2 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,846Updated last month
- Defines the Rust borrow checker.☆1,355Updated 5 months ago
- Compile time static maps for Rust☆1,846Updated 3 months ago
- Parsing Expression Grammar (PEG) parser generator for Rust☆1,472Updated 4 months ago
- Rust persistent data structures☆1,269Updated last week
- PEG parser combinators using operator overloading without macros.☆500Updated 8 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆708Updated 2 weeks ago
- Assorted immutable collection datatypes for Rust☆1,499Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,359Updated 3 weeks ago
- A dynasm-like tool for rust.☆721Updated this week
- Slotmap data structure for Rust☆1,164Updated 8 months ago
- The arena, a fast but limited type of allocator☆521Updated 3 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,747Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,285Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,193Updated 8 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆675Updated last year
- Macros for all your token pasting needs☆1,026Updated last month
- JIT compiler and runtime for a toy language, using Cranelift☆645Updated last year
- A multiprocess drop-in replacement for Rust channels☆882Updated last week
- Slab allocator for Rust☆705Updated 2 months ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,137Updated this week
- Rust quasi-quoting☆1,330Updated 2 weeks ago
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,287Updated 2 weeks ago
- Cranelift based backend for rustc☆1,632Updated this week
- The Wasm-Enabled, Elfin Allocator☆668Updated last year
- Incremental garbage collection from safe Rust☆540Updated 2 months ago
- Readline Implementation in Rust☆1,562Updated last week
- Rust library for reading/writing numbers in big-endian and little-endian.☆985Updated last month