matthieu-m / storage-pocLinks
Exploration of using Storage instead of Allocator to parameterize collections in Rust
☆142Updated 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☆162Updated last year
- Small, fast, synchronization primitives☆254Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆153Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- Better reference counted strings for Rust☆139Updated last year
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- generators☆211Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆75Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Project group working on the "safe transmute" feature☆96Updated last year
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- A library for compact bit sets containing enums.☆121Updated last month
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Fast, FFI-friendly string interning for Rust☆176Updated last year
- ☆126Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- ☆54Updated 4 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆236Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆186Updated last month
- home for proposals in and around compile-time function evaluation☆113Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- ☆168Updated 2 years ago
- A Mutex wrapper tracking acquisition order☆74Updated last month
- A graphical debugger for Rust MIR☆199Updated 3 years ago
- ☆52Updated 2 years ago