archshift / dynstack
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
- Generic Atomic<T> type for Rust☆232Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Utilities for pinning☆97Updated last year
- Procedural macros in expression position☆204Updated 2 years ago
- skiplist☆141Updated 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
- Safe, zero-cost downcasting for limited compile-time specialization.☆158Updated last month
- Make trait methods callable without the trait in scope☆136Updated last month
- Extended utilities for working with files and filesystems in Rust☆148Updated last year
- Threadsafe RefCell for Rust☆90Updated last month
- Run closures in parallel☆113Updated 2 months ago
- rust bindings of snmalloc☆128Updated last week
- A simple bitset container for Rust☆136Updated 4 months ago
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Easy function multiversioning for Rust☆221Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆124Updated 2 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆147Updated last week
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago
- Define your own PhantomData☆152Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 8 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- An on-disk hash table implementation☆116Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆77Updated last year
- String interning for Rust☆199Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Convert closures into wakers☆45Updated 2 months ago