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 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- A collection of small utilities for working with pointer types in Rust.☆125Updated 4 months ago
- Small, fast, synchronization primitives☆245Updated 8 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- Easy function multiversioning for Rust☆224Updated 5 months ago
- generators☆208Updated last year
- Better reference counted strings for Rust☆126Updated 10 months ago
- Project group working on the "safe transmute" feature☆92Updated 8 months ago
- Blazing fast immutable collection datatypes for Rust.☆104Updated last month
- Macro to generate bitfields for structs that allow for modular use of enums.☆190Updated 3 weeks ago
- A library for compact bit sets containing enums.☆101Updated 3 weeks ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Make trait methods callable without the trait in scope☆146Updated last week
- Manual segmented stacks for Rust☆307Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆222Updated 4 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆273Updated last year
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 weeks ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago