rust-lang / stackerLinks
Manual segmented stacks for Rust
☆319Updated 4 months ago
Alternatives and similar repositories for stacker
Users that are interested in stacker are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- Generic Atomic<T> type for Rust☆237Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated 3 weeks ago
- A thread pool for isolating blocking I/O in async programs☆361Updated last week
- Count lines of LLVM IR per generic function☆471Updated 2 weeks ago
- 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
- A library for to allow multiple return types by automatically generated enum.☆373Updated last week
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆303Updated last month
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆251Updated 2 weeks ago
- A library for creating references that carry their owner with them.☆377Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Conditional compilation according to rustc compiler version☆375Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆370Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- ☆216Updated last month
- Bisects rustc, either nightlies or CI artifacts☆192Updated this week
- Faster, more compact implementation of std::Cow☆362Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆256Updated last month
- rust stackful generator library☆347Updated 3 weeks ago
- Procedural macros in expression position☆203Updated 2 years ago
- A fast, concurrent string interner☆152Updated last year
- a lock-free concurrent slab (experimental)☆294Updated 8 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Easy function multiversioning for Rust☆236Updated 9 months ago
- Execute your code on the Rust ecosystem.☆184Updated 2 weeks ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago