quark-zju / gcmoduleLinks
Garbage collection for Rust inspired by CPython's gcmodule
☆21Updated 6 months ago
Alternatives and similar repositories for gcmodule
Users that are interested in gcmodule are comparing it to the libraries listed below
Sorting:
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- dlmalloc ported into Rust☆112Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 3 weeks ago
- Lightning Creations Compiler Frontend for various languages☆120Updated 11 months ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- Mostly safe wrapper for alloca☆28Updated 2 years ago
- ☆90Updated 3 months ago
- Raw system calls for Rust☆101Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Modular register allocator algorithms☆105Updated 3 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆41Updated 2 years ago
- Pratt parser written in Rust☆95Updated 2 years ago
- Rust bindings for libffi☆126Updated last week
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 4 months ago
- Unborrowed Rust Compiler (rustc without a borrowchecker)☆111Updated 2 years ago
- The simd optimized escape code☆54Updated last week
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- ☆63Updated last week
- An async allocator with Fun™️ unsafe Rust☆17Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- A C expression parser and evaluator☆49Updated 2 years ago
- Rust crate for Ok-wrapping and try blocks☆21Updated 3 years ago
- Target "triple" support☆53Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆129Updated last week
- Macro assembler for Rust☆35Updated last year