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☆114Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Lightning Creations Compiler Frontend for various languages☆120Updated last year
- A C expression parser and evaluator☆49Updated 2 years ago
- Mostly safe wrapper for alloca☆28Updated 2 years ago
- Modular register allocator algorithms☆105Updated 3 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆153Updated last month
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- Target "triple" support☆53Updated 3 months ago
- ☆90Updated 4 months ago
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆54Updated 4 years ago
- The simd optimized escape code☆54Updated 3 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆42Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- An async allocator with Fun™️ unsafe Rust☆17Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 weeks ago
- Rust LLVM bindings☆31Updated 2 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- ☆16Updated 4 years ago
- Find the shared libraries loaded in the current process with a cross platform API☆80Updated last year
- Pratt parser written in Rust☆98Updated 2 years ago
- Left Recursive PEG for rust☆67Updated 3 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 4 months ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Rust crate for Ok-wrapping and try blocks☆21Updated 3 years ago