matthieu-m / storage-pocLinks
Exploration of using Storage instead of Allocator to parameterize collections in Rust
☆140Updated 2 years ago
Alternatives and similar repositories for storage-poc
Users that are interested in storage-poc are comparing it to the libraries listed below
Sorting:
- A fast, concurrent string interner☆150Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Small, fast, synchronization primitives☆245Updated 10 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆150Updated this week
- A collection of small utilities for working with pointer types in Rust.☆126Updated 5 months ago
- Better reference counted strings for Rust☆130Updated 11 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Fast, FFI-friendly string interning for Rust☆166Updated 9 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆198Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆246Updated 3 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- A library for compact bit sets containing enums.☆114Updated this week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- Project group working on the "safe transmute" feature☆93Updated 9 months ago
- Utilities for dealing with substructures within syn macros☆140Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Statically-checked alternatives to RefCell and RwLock☆369Updated last year
- ☆124Updated 2 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆228Updated 4 years ago
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- generators☆210Updated last year
- Token tree calling convention☆79Updated 2 years ago
- A graphical debugger for Rust MIR☆192Updated 2 years ago
- ☆41Updated last year
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated last week