matthieu-m / storage-pocLinks
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:
- A fast, concurrent string interner☆150Updated 10 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated this week
- Small, fast, synchronization primitives☆246Updated 9 months ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Graph the number of crates that depend on your crate over time☆249Updated 2 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆157Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated this week
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆225Updated 4 years ago
- a lock-free concurrent slab (experimental)☆285Updated 5 months ago
- A library for compact bit sets containing enums.☆103Updated last month
- Manual segmented stacks for Rust☆307Updated last month
- generators☆208Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- Macro to generate bitfields for structs that allow for modular use of enums.☆193Updated last month
- A Vec That Has a Smaller size_of☆140Updated 3 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Generic Atomic<T> type for Rust☆235Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Fast, FFI-friendly string interning for Rust☆165Updated 8 months ago
- Easy function multiversioning for Rust☆228Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last week
- Bare-metal allocators.☆76Updated 2 years ago
- Project group working on the "safe transmute" feature☆93Updated 9 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 2 weeks ago