archshift / dynstackLinks
A stack for rust trait objects that minimizes allocations
☆128Updated 2 years ago
Alternatives and similar repositories for dynstack
Users that are interested in dynstack are comparing it to the libraries listed below
Sorting:
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Generic Atomic<T> type for Rust☆235Updated 2 weeks ago
- Procedural macros in expression position☆203Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- A simple bitset container for Rust☆143Updated last month
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated this week
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated this week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 2 weeks ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Run closures in parallel☆113Updated 5 months ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Scoped Thread Local Storage for Rust☆56Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆208Updated last week
- Utilities for pinning☆97Updated last year
- generators☆208Updated last year
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Utility wrapper to send non send types to other threads safely☆182Updated 2 months ago
- A thread-safe & efficient memory pool☆169Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year