rust-lang / wg-allocatorsLinks
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
Alternatives and similar repositories for wg-allocators
Users that are interested in wg-allocators are comparing it to the libraries listed below
Sorting:
- Manual segmented stacks for Rust☆307Updated last month
- A fast, concurrent string interner☆150Updated 9 months ago
- Bisects rustc, either nightlies or CI artifacts☆185Updated this week
- Support crate for rustc's self-profiling feature☆351Updated 3 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- Conditional compilation according to rustc compiler version☆364Updated last week
- Small, fast, synchronization primitives☆245Updated 8 months ago
- ☆487Updated 7 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆242Updated last week
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- Execute your code on the Rust ecosystem.☆184Updated this week
- Intrusive collections for Rust☆454Updated 8 months ago
- Library for snippet annotations☆315Updated 2 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Compile-time reference counting☆448Updated 2 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆468Updated last year
- generators☆208Updated last year
- Count lines of LLVM IR per generic function☆444Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- A simple bitset container for Rust☆142Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆618Updated last year
- A data structure to efficiently intern, cache and restore strings.☆195Updated last month
- in-place allocation-reusing queues for Rust☆374Updated 11 months ago
- Spin-based synchronization primitives☆534Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆417Updated 2 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆257Updated 5 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago