andylokandy / smallboxLinks
Small Box optimization: store small item on stack and fallback to heap for large item.
☆93Updated 7 months ago
Alternatives and similar repositories for smallbox
Users that are interested in smallbox are comparing it to the libraries listed below
Sorting:
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- A circular buffer with fixed capacity (Rust).☆108Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆81Updated 6 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 9 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Updated 2 months ago
- Convert closures into wakers☆47Updated last year
- ☆61Updated 2 years ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆71Updated 5 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated this week
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Run closures in parallel☆114Updated last year
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 months ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- ☆126Updated 3 years ago
- ☆87Updated 2 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆82Updated 6 months ago
- Safe pointer-to-member functionality for rust☆34Updated last year
- Async stream for Rust and the futures crate.☆193Updated this week
- Utilities for pinning☆99Updated last year
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Safe wrapper for initializing arrays☆75Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago