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
- A fast, concurrent string interner☆164Updated last year
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- A Rust macro to determine if a type implements a logical trait expression☆263Updated 6 years ago
- Small, fast, synchronization primitives☆254Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Count lines of LLVM IR per generic function☆497Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated 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
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- Conditional compilation according to rustc compiler version☆389Updated last month
- generators☆211Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- Easy function multiversioning for Rust☆252Updated last year
- A simple bitset container for Rust☆159Updated 7 months ago
- Intrusive collections for Rust☆485Updated last month
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆223Updated 6 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆283Updated last month
- Stackless generators on stable Rust.☆476Updated 3 years ago
- Faster, more compact implementation of std::Cow☆371Updated 2 years ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- Project group working on the "safe transmute" feature☆97Updated last year
- Delegation of trait implementations via procedural macros☆279Updated last month
- The arena, a fast but limited type of allocator☆575Updated last year