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!
☆234Updated 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☆328Updated last month
- A fast, concurrent string interner☆162Updated last year
- Support crate for rustc's self-profiling feature☆375Updated 5 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Statically-checked alternatives to RefCell and RwLock☆384Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month
- Small, fast, synchronization primitives☆254Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- generators☆211Updated 2 years ago
- Compile-time reference counting☆455Updated 7 months ago
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- Conditional compilation according to rustc compiler version☆389Updated this week
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆492Updated last year
- Faster, more compact implementation of std::Cow☆370Updated 2 years ago
- Count lines of LLVM IR per generic function☆487Updated this week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆254Updated this week
- A data structure to efficiently intern, cache and restore strings.☆206Updated 4 months ago
- home for proposals in and around compile-time function evaluation☆112Updated 2 weeks ago
- A big 'ol pile of ICE.☆291Updated last year
- Compile time numbers in Rust.☆568Updated last month
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Generic array types in Rust☆431Updated last month
- Intrusive collections for Rust☆477Updated last year
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆221Updated 6 years ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆215Updated 2 weeks ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last week