andylokandy / smallboxLinks
Small Box optimization: store small item on stack and fallback to heap for large item.
☆91Updated 5 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 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- ☆88Updated 3 weeks ago
- Run closures in parallel☆115Updated 10 months ago
- ☆61Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated 2 weeks ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 months ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- ☆125Updated 3 years ago
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- A simple bitset container for Rust☆158Updated 5 months ago
- Generic Atomic<T> type for Rust☆245Updated 2 months ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Convert closures into wakers☆46Updated 10 months ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago