archshift / dynstackLinks
A stack for rust trait objects that minimizes allocations
☆127Updated 3 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☆245Updated 3 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Async stream for Rust and the futures crate.☆189Updated 2 weeks ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- skiplist☆144Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆184Updated last month
- A thread-safe & efficient memory pool☆171Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Run closures in parallel☆115Updated 11 months ago
- docs.rs as a publishing platform?☆71Updated this week
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- offsetof for Rust☆229Updated last year
- A simple bitset container for Rust☆158Updated 5 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆153Updated last month
- Procedural macros in expression position☆204Updated 3 years ago
- ☆125Updated 3 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- generators☆211Updated 2 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Scroll - making scrolling through buffers fun since 2016☆182Updated 3 months ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Fast functions for printing floating-point primitives to a decimal string☆129Updated this week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Convert closures into wakers☆46Updated 11 months ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- A minimalistic async/await executor for Rust☆234Updated last year