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:
- Intended to allow taking a T from a &mut T temporarily☆81Updated 6 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 9 months ago
- A circular buffer with fixed capacity (Rust).☆108Updated 2 years ago
- ☆61Updated 2 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Updated 2 months ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- Run closures in parallel☆114Updated last year
- skiplist☆144Updated 4 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 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
- Safe pointer-to-member functionality for rust☆34Updated last year
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Utilities for encoding and decoding frames with async/await☆76Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- ☆87Updated 2 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆82Updated 6 months ago
- Safe wrapper for initializing arrays☆75Updated 3 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Copy-on-write string utilities for Rust☆163Updated last year
- Migrated to Codeberg☆79Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆71Updated 5 years ago
- ☆126Updated 3 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago