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!
☆225Updated 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☆307Updated last month
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Support crate for rustc's self-profiling feature☆353Updated 4 months ago
- Bisects rustc, either nightlies or CI artifacts☆185Updated 3 weeks ago
- Count lines of LLVM IR per generic function☆454Updated 4 months ago
- Conditional compilation according to rustc compiler version☆366Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 3 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A fast, concurrent string interner☆150Updated 10 months ago
- Hazard pointers in Rust.☆204Updated last week
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆157Updated last year
- Compile-time reference counting☆450Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated this week
- Graph the number of crates that depend on your crate over time☆249Updated 2 weeks ago
- generators☆208Updated last year
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last week
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 6 months ago
- Library for snippet annotations☆314Updated last week
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆619Updated last year
- Spin-based synchronization primitives☆536Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- A data structure to efficiently intern, cache and restore strings.☆195Updated 2 months ago
- Async synchronization primitives☆269Updated 2 months ago
- ☆489Updated 8 months ago
- a lock-free concurrent slab (experimental)☆285Updated 5 months ago
- A command line tool for comparing benchmarks run by Criterion.☆248Updated 8 months ago