ralfbiedert / simd_aligned
SIMD aligned data structures to work with `std::simd`.
☆8Updated 5 months ago
Related projects ⓘ
Alternatives and complementary repositories for simd_aligned
- structured parallel execution for async Rust☆30Updated 3 months ago
- ☆29Updated 6 months ago
- Faster integer division and modulus operations☆70Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated last week
- Exposes arch-specific intrinsics as safe function (via cfg).☆49Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- An implementation of Kensler's hashed permutation algorithm☆16Updated 2 weeks ago
- A library with task executors for Rust☆32Updated 3 years ago
- Rust traits for key comparison in maps.☆19Updated last year
- Nudging the compiler to auto-vectorize things☆73Updated last year
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- ☆38Updated last year
- cross-platform Rust API for memory mapped IO☆41Updated 6 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- ☆13Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated last week
- Place small arrays on the stack with a low-cost!☆17Updated 3 weeks ago
- A Rust memory allocator for large slices that don't escape the stack.☆29Updated 2 years ago
- Parse integers directly from `[u8]` slices in safe code☆53Updated 11 months ago
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- lonely is a no_std+alloc+no TLS task executor for the Rust async/await ecosystem, focused on minimizing cross-core synchronization overhe…☆18Updated 5 years ago
- Zero-cost bitsets over native Rust types☆76Updated last month
- Small and fast library for k-means clustering.☆42Updated last week
- Minimal float parser primitives with a focus on compile times.☆22Updated 2 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 3 weeks ago
- A simple way to implement Rayon's ParallelIterator☆17Updated 2 years ago
- Calculate statistics iteratively☆38Updated 6 months ago