quark-zju / gcmoduleLinks
Garbage collection for Rust inspired by CPython's gcmodule
☆21Updated 3 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
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- Lightning Creations Compiler Frontend for various languages☆118Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆60Updated last month
- Mostly safe wrapper for alloca☆27Updated 2 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆29Updated last week
- dlmalloc ported into Rust☆110Updated 2 weeks ago
- A C expression parser and evaluator☆49Updated 2 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated this week
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆60Updated 2 weeks ago
- Garbage collector implementation in Rust for Rust☆13Updated 5 years ago
- ☆90Updated last month
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated last year
- Target "triple" support☆52Updated this week
- Declarative parsing for Rust, using a custom derive and nom☆68Updated last month
- The simd optimized escape code☆54Updated last week
- Experimental Language based on Rust and Haskell☆51Updated 8 years ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- Left Recursive PEG for rust☆67Updated 3 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A fully-featured lexer generator, implemented as a proc macro☆69Updated 3 months ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- An async allocator with Fun™️ unsafe Rust☆17Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated last week
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆53Updated 4 years ago
- ☆59Updated last year