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!
☆237Updated 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☆376Updated 6 months ago
- Manual segmented stacks for Rust☆332Updated 2 weeks ago
- A fast, concurrent string interner☆164Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated 2 weeks ago
- Small, fast, synchronization primitives☆254Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- Conditional compilation according to rustc compiler version☆389Updated last month
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- generators☆211Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- Faster, more compact implementation of std::Cow☆371Updated 2 years ago
- Count lines of LLVM IR per generic function☆497Updated last month
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆498Updated 2 years ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated this week
- A Rust macro to determine if a type implements a logical trait expression☆265Updated 6 years ago
- Graph the number of crates that depend on your crate over time☆256Updated this week
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Compile-time reference counting☆456Updated 8 months ago
- Compile time numbers in Rust.☆573Updated 3 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆218Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆644Updated 2 years ago
- A simple bitset container for Rust☆159Updated 7 months ago
- Delegation of trait implementations via procedural macros☆279Updated last month
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- A graphical debugger for Rust MIR☆199Updated 3 years ago
- Generic array types in Rust☆431Updated 2 months ago
- Library for snippet annotations☆481Updated this week
- Fast function for printing integer primitives to a decimal string☆363Updated this week