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:
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- skiplist☆142Updated 3 years ago
- 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.☆166Updated 3 weeks ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated last week
- Async stream for Rust and the futures crate.☆184Updated last month
- 🌵 Cycle-Aware Reference Counting in Rust☆150Updated this week
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A simple bitset container for Rust☆145Updated 2 weeks ago
- Scroll - making scrolling through buffers fun since 2016☆172Updated last month
- offsetof for Rust☆229Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- A thread-safe & efficient memory pool☆169Updated last year
- ☆124Updated 2 years ago
- An on-disk hash table implementation☆123Updated 3 years ago
- Utilities for dealing with substructures within syn macros☆139Updated 2 months ago
- Copy-on-write string utilities for Rust