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!
☆235Updated 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☆319Updated 5 months ago
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- A fast, concurrent string interner☆153Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- generators☆209Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Compile-time reference counting☆456Updated 4 months ago
- Library for snippet annotations☆334Updated this week
- Bisects rustc, either nightlies or CI artifacts☆192Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Count lines of LLVM IR per generic function☆475Updated this week
- Faster, more compact implementation of std::Cow☆363Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Compile time numbers in Rust.☆563Updated this week
- Small, fast, synchronization primitives☆250Updated last year
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆483Updated last year
- Conditional compilation according to rustc compiler version☆381Updated 2 weeks ago
- Intrusive collections for Rust☆467Updated last year
- Graph the number of crates that depend on your crate over time☆252Updated 3 weeks ago
- The arena, a fast but limited type of allocator☆557Updated last year
- Fast function for printing integer primitives to a decimal string☆344Updated 2 weeks ago
- Easy function multiversioning for Rust☆238Updated 9 months ago
- A simple bitset container for Rust☆150Updated 3 months ago
- An extraction of the compiletest utility from the Rust compiler☆228Updated 3 weeks ago