Manishearth / rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
☆1,014Updated 5 months ago
Alternatives and similar repositories for rust-gc
Users that are interested in rust-gc are comparing it to the libraries listed below
Sorting:
- A parser combinator library for Rust☆1,321Updated 3 months ago
- Parsing Expression Grammar (PEG) parser generator for Rust☆1,525Updated 2 months ago
- A fast bump allocation arena for Rust☆1,717Updated last month
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,926Updated 3 weeks ago
- Compile time static maps for Rust☆1,917Updated 3 months ago
- A dynasm-like tool for rust.☆762Updated 3 weeks ago
- Defines the Rust borrow checker.☆1,437Updated 10 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,226Updated last year
- Rust persistent data structures☆1,493Updated last month
- Rust quasi-quoting☆1,416Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,465Updated 2 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,379Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,001Updated last month
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,029Updated 7 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 months ago
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,344Updated 2 months ago
- a parser and lexer generator as a Rust procedural macro☆412Updated 11 months ago
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,315Updated last week
- Slab allocator for Rust☆780Updated 3 weeks ago
- JIT compiler and runtime for a toy language, using Cranelift☆681Updated last month
- Incremental garbage collection from safe Rust☆701Updated 2 weeks ago
- Macros for all your token pasting needs☆1,045Updated 7 months ago
- Assorted immutable collection datatypes for Rust☆1,532Updated 8 months ago
- PEG parser combinators using operator overloading without macros.☆511Updated 3 months ago
- A collection of numeric types and traits for Rust.☆1,118Updated 3 months ago
- The arena, a fast but limited type of allocator☆541Updated 9 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆679Updated last year
- A crate for managing memory bit by bit☆1,297Updated 9 months ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,339Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆2,951Updated last month