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!
☆236Updated 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☆332Updated last week
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- A fast, concurrent string interner☆164Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Statically-checked alternatives to RefCell and RwLock☆386Updated 4 months ago
- generators☆211Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆263Updated 6 years ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated last week
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Count lines of LLVM IR per generic function☆495Updated last month
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆223Updated 6 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- A simple bitset container for Rust☆160Updated 7 months ago
- Small, fast, synchronization primitives☆254Updated last year
- Compile-time reference counting☆456Updated 8 months ago
- home for proposals in and around compile-time function evaluation☆113Updated last month
- Faster, more compact implementation of std::Cow☆371Updated 2 years ago
- Intrusive collections for Rust☆485Updated 3 weeks ago
- Compile time numbers in Rust.☆572Updated 3 months ago
- A graphical debugger for Rust MIR☆199Updated 3 years ago
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- Conditional compilation according to rustc compiler version☆389Updated last month
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆644Updated 2 years ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆498Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- Rust replacement for miniz☆230Updated last week