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
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated 3 weeks ago
- A fast, concurrent string interner☆149Updated 7 months ago
- A collection of small utilities for working with pointer types in Rust.☆123Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆230Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆147Updated last week
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆182Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Small, fast, synchronization primitives☆244Updated 6 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Better reference counted strings for Rust☆120Updated 8 months ago
- ☆37Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆153Updated 10 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- A library for compact bit sets containing enums.☆98Updated 3 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Macro to generate bitfields for structs that allow for modular use of enums.☆184Updated this week
- Fast, FFI-friendly string interning for Rust☆163Updated 6 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- offsetof for Rust☆225Updated last year
- Lightning Creations Compiler Frontend for various languages☆119Updated 3 months ago
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Manual segmented stacks for Rust☆301Updated 2 weeks ago
- Threadsafe RefCell for Rust☆90Updated 3 weeks 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
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆124Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆240Updated 3 weeks ago
- Easy function multiversioning for Rust☆221Updated 3 months ago