rust-lang / wg-allocators
Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!
☆221Updated 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
- A fast, concurrent string interner☆149Updated 7 months ago
- Manual segmented stacks for Rust☆303Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆154Updated 11 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 9 months ago
- Conditional compilation according to rustc compiler version☆351Updated last month
- Bisects rustc, either nightlies or CI artifacts☆184Updated last week
- Macro to generate bitfields for structs that allow for modular use of enums.☆184Updated 2 weeks ago
- Small, fast, synchronization primitives☆245Updated 7 months ago
- Support crate for rustc's self-profiling feature☆346Updated 2 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Count lines of LLVM IR per generic function☆439Updated 2 months ago
- Library for snippet annotations☆313Updated this week
- ☆479Updated 5 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆333Updated 3 months ago
- Compile-time reference counting☆442Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Graph the number of crates that depend on your crate over time☆237Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆614Updated last year
- Just, really the littlest Vec you could need. So smol.☆679Updated last month
- Faster, more compact implementation of std::Cow☆346Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆241Updated last month
- Generic Atomic<T> type for Rust☆232Updated last year
- generators☆205Updated last year
- Futures, streams, and async I/O combinators.☆499Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆154Updated last month
- A command line tool for comparing benchmarks run by Criterion.☆244Updated 6 months ago
- A library for creating references that carry their owner with them.☆371Updated last year
- Async executor☆362Updated 2 months ago