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!
☆228Updated 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:
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Support crate for rustc's self-profiling feature☆360Updated this week
- Manual segmented stacks for Rust☆312Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆369Updated last year
- generators☆210Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆246Updated 3 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- A fast, concurrent string interner☆150Updated 10 months ago
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- Count lines of LLVM IR per generic function☆462Updated 5 months ago
- Small, fast, synchronization primitives☆245Updated 10 months ago
- Compile-time reference counting☆452Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Bisects rustc, either nightlies or CI artifacts☆187Updated last month
- Conditional compilation according to rustc compiler version☆366Updated last month
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A simple bitset container for Rust☆145Updated 3 weeks ago
- Library for snippet annotations☆322Updated this week
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- offsetof for Rust☆229Updated last year
- A data structure to efficiently intern, cache and restore strings.☆199Updated 3 weeks ago
- A HashMap variant that spreads resize load across inserts☆192Updated 5 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆198Updated 2 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆213Updated 6 years ago
- Hazard pointers in Rust.☆204Updated 3 weeks ago
- A graphical debugger for Rust MIR☆192Updated 2 years ago
- Fast function for printing integer primitives to a decimal string☆331Updated last month
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- Generic array types in Rust☆414Updated 4 months ago