matthieu-m / storage-poc
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:
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated last week
- A fast, concurrent string interner☆150Updated 8 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated this week
- A collection of small utilities for working with pointer types in Rust.☆124Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 months ago
- Small, fast, synchronization primitives☆245Updated 8 months ago
- Better reference counted strings for Rust☆125Updated 9 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- home for proposals in and around compile-time function evaluation☆108Updated last year
- Easy function multiversioning for Rust☆224Updated 5 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Generic Atomic<T> type for Rust☆234Updated last year
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- A library for compact bit sets containing enums.☆101Updated last week
- A Vec That Has a Smaller size_of☆138Updated 2 months ago
- Define your own PhantomData☆152Updated 2 months ago
- Project group working on the "safe transmute" feature☆92Updated 7 months ago
- Manual segmented stacks for Rust☆306Updated 2 weeks ago
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- generators☆207Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆221Updated 4 years ago
- "A very small syn"☆204Updated 3 months ago