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 last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Copy-on-write string utilities for Rust☆157Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated last week
- generators☆208Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- rust bindings of snmalloc☆131Updated last month
- An on-disk hash table implementation☆120Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Run closures in parallel☆113Updated 4 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago
- Utilities for pinning☆97Updated last year
- skiplist☆142Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A simple bitset container for Rust☆142Updated last month
- Dependency injection for Rust☆50Updated 4 months ago
- ☆124Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Define your own PhantomData☆152Updated 2 weeks ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated this week
- Better reference counted strings for Rust☆126Updated 10 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆146Updated 2 months ago
- a lock-free concurrent slab (experimental)☆282Updated 5 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A fast and flexible LRU map.☆183Updated 4 months ago