LukasKalbertodt / stable-vec
A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
☆19Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for stable-vec
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- Defer running expensive destructors until later☆19Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Cross-platform, endian-aware primitives for Rust☆32Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆64Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated last month
- ☆35Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- Efficient byte-stream pipe buffer☆39Updated 4 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Bare-metal allocators.☆75Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 2 weeks ago
- A newtype with alignment of at least `A` bytes☆30Updated 7 months ago
- Macro for sealing traits and structures☆49Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- Generic SIMD abstractions for Rust.☆47Updated last year
- Take a value atomically once.☆27Updated last year
- Nudging the compiler to auto-vectorize things☆72Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- A radioactive stabilization of the ptr_meta RFC.☆21Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated 11 months ago
- Rust API stability attributes for the rest of us.☆28Updated 4 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆42Updated 3 weeks ago
- Full precision decimal representation of f64☆26Updated this week