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:
- skiplist☆142Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Generic Atomic<T> type for Rust☆241Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Async stream for Rust and the futures crate.☆188Updated last week
- ☆125Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- Procedural macros in expression position☆203Updated 2 years ago
- Run closures in parallel☆115Updated 9 months ago
- A minimalistic async/await executor for Rust☆234Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆127Updated last month
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆186Updated last year
- Scroll - making scrolling through buffers fun since 2016☆175Updated last month
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- A thread-safe & efficient memory pool☆169Updated 2 years ago
- Async filesystem primitives☆139Updated last month
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated last month
- offsetof for Rust☆228Updated last year
- Define your own PhantomData☆158Updated last month
- Thread parking and unparking☆79Updated 9 months ago
- Non-interleaving multithreaded output queue☆73Updated this week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last year