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
- A fast, concurrent string interner☆148Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆226Updated last month
- A collection of small utilities for working with pointer types in Rust.☆119Updated last month
- Typed index version of Rust slice and Vec containers☆68Updated 5 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆146Updated this week
- A library for compact bit sets containing enums.☆98Updated 2 months ago
- Better reference counted strings for Rust☆118Updated 7 months ago
- home for proposals in and around compile-time function evaluation☆107Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆150Updated 9 months ago
- Small, fast, synchronization primitives☆243Updated 5 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆181Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 8 months ago
- Project group working on the "safe transmute" feature☆89Updated 5 months ago
- ☆37Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 8 months ago
- A Vec That Has a Smaller size_of☆133Updated 7 months ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆83Updated last year
- a lock-free concurrent slab (experimental)☆279Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆257Updated 2 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- Rust ABI safe code generator☆183Updated 7 months ago
- Generic Atomic<T> type for Rust☆229Updated last year
- Changing function definitions at runtime in Rust☆130Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆53Updated 5 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆121Updated 3 years ago
- A graphical debugger for Rust MIR☆187Updated 2 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 4 months ago