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!
☆232Updated 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:
- Support crate for rustc's self-profiling feature☆367Updated last month
- Manual segmented stacks for Rust☆318Updated 3 months ago
- A fast, concurrent string interner☆151Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Count lines of LLVM IR per generic function☆468Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Library for snippet annotations☆327Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- Small, fast, synchronization primitives☆249Updated 11 months ago
- Compile-time reference counting☆458Updated 3 months ago
- Faster, more compact implementation of std::Cow☆356Updated 2 years ago
- Delegation of trait implementations via procedural macros☆271Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆627Updated last year
- Conditional compilation according to rustc compiler version☆375Updated last week
- Graph the number of crates that depend on your crate over time☆251Updated last week
- Macro to generate bitfields for structs that allow for modular use of enums.☆201Updated 3 months ago
- The arena, a fast but limited type of allocator☆552Updated last year
- Bisects rustc, either nightlies or CI artifacts☆191Updated last month
- generators☆209Updated last year
- Easy function multiversioning for Rust☆233Updated 8 months ago
- A simple bitset container for Rust☆148Updated 2 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆215Updated 6 years ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last week
- Fast function for printing integer primitives to a decimal string☆334Updated 2 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆480Updated last year
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago