matthieu-m / storage-poc
Exploration of using Storage instead of Allocator to parameterize collections in Rust
☆139Updated last year
Alternatives and similar repositories for storage-poc:
Users that are interested in storage-poc are comparing it to the libraries listed below
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆222Updated last week
- A fast, concurrent string interner☆148Updated 5 months ago
- Easy function multiversioning for Rust☆211Updated last month
- Statically-checked alternatives to RefCell and RwLock☆367Updated 7 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆146Updated this week
- Better reference counted strings for Rust☆117Updated 6 months ago
- A collection of small utilities for working with pointer types in Rust.☆119Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆177Updated 2 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆181Updated 3 years ago
- Generic Atomic<T> type for Rust☆225Updated last year
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆215Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Small, fast, synchronization primitives☆240Updated 4 months ago
- Changing function definitions at runtime in Rust☆130Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆148Updated 8 months ago
- offsetof for Rust☆225Updated 10 months ago
- generators☆203Updated last year
- Project group working on the "safe transmute" feature☆88Updated 4 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆119Updated 7 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- Manual segmented stacks for Rust☆296Updated 2 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated last month
- A Vec That Has a Smaller size_of☆133Updated 5 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Map data structure whose keys are stored as ranges☆81Updated last month
- ☆123Updated 2 years ago