DuckLogic / zerogcLinks
Zero overhead tracing garbage collection for rust (WIP)
☆50Updated last year
Alternatives and similar repositories for zerogc
Users that are interested in zerogc are comparing it to the libraries listed below
Sorting:
- a reference-counting cycle collection library in rust☆77Updated 3 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 6 months ago
- ☆40Updated last year
- Propositional logic with types in Rust☆65Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 4 months ago
- ☆90Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- Blazing fast immutable collection datatypes for Rust.☆135Updated 2 weeks ago
- Macro-rules-style syntax matching for procedural macros☆53Updated 2 years ago
- Token tree calling convention☆83Updated 3 years ago
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated 8 months ago
- ☆61Updated 2 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 3 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Target "triple" support☆55Updated last month
- Trait generalization of the fundamental types☆48Updated last year
- A simple, id-based arena☆125Updated 3 weeks ago
- Macro for sealing traits and structures☆61Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆82Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- Lossless functionality for platform-native strings.