matthieu-m / static-rcLinks
Compile-time reference counting
☆456Updated 4 months ago
Alternatives and similar repositories for static-rc
Users that are interested in static-rc are comparing it to the libraries listed below
Sorting:
- An implementation of Joshua Yanovski's Ghost Cell paper.☆483Updated last year
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆448Updated 2 weeks ago
- Reflection via DWARF.☆297Updated 2 years ago
- Count lines of LLVM IR per generic function☆475Updated last month
- Compact inlined strings for Rust.☆530Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆235Updated 4 years ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Manual segmented stacks for Rust☆319Updated 5 months ago
- ☆495Updated last week
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆757Updated 2 weeks ago
- Small, fast, synchronization primitives☆250Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- The arena, a fast but limited type of allocator☆557Updated last year
- Library for snippet annotations☆333Updated 2 weeks ago
- rust stackful generator library☆349Updated this week
- Fast floating point to string conversion☆654Updated 2 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- A library for to allow multiple return types by automatically generated enum.☆372Updated this week
- Delegation of trait implementations via procedural macros☆275Updated 3 weeks ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Experiments with structured concurrency in Rust☆385Updated last year
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Intrusive collections for Rust☆467Updated last year
- Experimental one-shot benchmarking/profiling harness for Rust☆626Updated last year
- Faster, more compact implementation of std::Cow☆362Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆703Updated last month
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month