rust-lang / stackerLinks
Manual segmented stacks for Rust
☆312Updated 2 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☆244Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Count lines of LLVM IR per generic function☆462Updated 5 months ago
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- Support crate for rustc's self-profiling feature☆360Updated this week
- Conditional compilation according to rustc compiler version☆366Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆228Updated 4 years ago
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- A data structure to efficiently intern, cache and restore strings.☆199Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Graph the number of crates that depend on your crate over time☆251Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- Bisects rustc, either nightlies or CI artifacts☆186Updated last month
- home for proposals in and around compile-time function evaluation☆110Updated last year
- A library for to allow multiple return types by automatically generated enum.☆369Updated 3 months ago
- A thread pool for isolating blocking I/O in async programs☆361Updated this week
- generators☆210Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆294Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Execute your code on the Rust ecosystem.☆184Updated 3 weeks ago
- ☆212Updated last week
- offsetof for Rust☆229Updated last year
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆344Updated 4 months ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- A library for creating references that carry their owner with them.☆375Updated last year
- rust stackful generator library☆335Updated last week
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- A lightweight version of pin-project written with declarative macros.☆251Updated last week
- A Vec That Has a Smaller size_of☆140Updated 4 months ago