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!
☆232Updated 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:
- A fast, concurrent string interner☆152Updated last year
- Manual segmented stacks for Rust☆319Updated 4 months ago
- Support crate for rustc's self-profiling feature☆370Updated 2 months ago
- Compile-time reference counting☆457Updated 3 months ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆257Updated last month
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- Library for snippet annotations☆332Updated last week
- Small, fast, synchronization primitives☆250Updated last year
- generators☆209Updated last year
- An implementation of Joshua Yanovski's Ghost Cell paper.☆482Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated this week
- Faster, more compact implementation of std::Cow☆362Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆185Updated 4 years ago
- Count lines of LLVM IR per generic function☆471Updated 2 weeks ago
- Easy function multiversioning for Rust☆237Updated 9 months ago
- Bisects rustc, either nightlies or CI artifacts☆192Updated last week
- Conditional compilation according to rustc compiler version☆375Updated 3 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆215Updated 6 years ago
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- A graphical debugger for Rust MIR☆195Updated 3 years ago
- The arena, a fast but limited type of allocator☆553Updated last year
- A data structure to efficiently intern, cache and restore strings.☆203Updated 3 weeks ago
- Compile time numbers in Rust.☆560Updated 3 months ago
- A big 'ol pile of ICE.☆291Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated this week