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!
☆234Updated 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:
- Support crate for rustc's self-profiling feature☆375Updated 4 months ago
- A fast, concurrent string interner☆161Updated last year
- Manual segmented stacks for Rust☆328Updated last month
- Count lines of LLVM IR per generic function☆483Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Compile-time reference counting☆456Updated 6 months ago
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- Small, fast, synchronization primitives☆254Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Bisects rustc, either nightlies or CI artifacts☆193Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 2 weeks ago
- Faster, more compact implementation of std::Cow☆368Updated 2 years ago
- generators☆211Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆639Updated 2 years ago
- A big 'ol pile of ICE.☆291Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆254Updated last week
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Compile time numbers in Rust.☆568Updated last month
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆492Updated last year
- Conditional compilation according to rustc compiler version☆386Updated 2 weeks ago
- Intrusive collections for Rust☆472Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆349Updated 11 months ago
- offsetof for Rust☆229Updated last year
- Generic Atomic<T> type for Rust☆245Updated 2 months ago