That3Percent / second-stackLinks
A Rust memory allocator for large slices that don't escape the stack.
☆30Updated 2 years ago
Alternatives and similar repositories for second-stack
Users that are interested in second-stack are comparing it to the libraries listed below
Sorting:
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- ☆39Updated 2 years ago
- Rust: Get multiple mutable references to the same collection☆13Updated 7 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Traits and functions to make writing proc macros more ergonomic.☆22Updated last year
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- constant-size associative container backed by a simple array☆19Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- Make any value Sync but only available on its original thread☆39Updated 3 months ago
- ☆29Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 3 months ago
- Atomic operations on potentially uninitialized integers.☆20Updated 2 weeks ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Helper macros: autoimpl, impl_scope☆63Updated this week
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Dynamic structured values for Rust☆28Updated 2 months ago
- Simple goldenfile testing in Rust☆39Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago