DuckLogic / zerogc
Zero overhead tracing garbage collection for rust (WIP)
☆50Updated 6 months ago
Alternatives and similar repositories for zerogc:
Users that are interested in zerogc are comparing it to the libraries listed below
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 months ago
- Macro-rules-style syntax matching for procedural macros☆51Updated last year
- Garbage collection for Rust inspired by CPython's gcmodule☆20Updated 2 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 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Make any value Sync but only available on its original thread☆37Updated last year
- Inline procedural macros for Rust☆54Updated 2 years ago
- Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).☆10Updated 9 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Target "triple" support☆49Updated 3 weeks ago
- Data-driven tests on stable Rust☆37Updated this week
- Helper macros: autoimpl, impl_scope☆59Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last month
- A growable bit-vector for Rust, optimized for size☆40Updated 9 months ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Rust LLVM bindings☆31Updated last year
- ☆51Updated 8 months ago
- Debug RefCell which keeps track of stack traces in debug mode☆23Updated last year
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Byte-wise atomic memcpy.☆29Updated this week
- Runtime with fast GC and easy concurrency.☆44Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 3 months ago
- An async allocator with Fun™️ unsafe Rust☆18Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- A memory efficient syntax tree for language developers☆51Updated 4 months ago
- Mostly safe wrapper for alloca☆24Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago