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☆331Updated last week
- A fast, concurrent string interner☆162Updated last year
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- Compile-time reference counting☆455Updated 7 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- generators☆211Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆267Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆262Updated 6 years ago
- Small, fast, synchronization primitives☆254Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆222Updated 6 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated 2 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆493Updated last year
- Count lines of LLVM IR per generic function☆492Updated 3 weeks ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆217Updated last month
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- Compile time numbers in Rust.☆571Updated 2 months ago
- A simple bitset container for Rust☆159Updated 6 months ago
- Faster, more compact implementation of std::Cow☆370Updated 2 years ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated last week
- Conditional compilation according to rustc compiler version☆390Updated 3 weeks ago
- Generic array types in Rust☆431Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆643Updated 2 years ago
- Intrusive collections for Rust☆479Updated last week
- ☆214Updated 2 weeks ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last month