calebzulawski / generic-simdLinks
Generic SIMD abstractions for Rust.
☆46Updated 3 years ago
Alternatives and similar repositories for generic-simd
Users that are interested in generic-simd are comparing it to the libraries listed below
Sorting:
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆62Updated 4 months ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- ☆58Updated 2 years ago
- ☆31Updated 5 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Extensions for the Rust standard library☆42Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 8 months ago
- Rust API stability attributes for the rest of us.☆31Updated last year
- ☆36Updated last year
- Rust library for safely and explicitly parsing untrusted data☆53Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- A newtype with alignment of at least `A` bytes☆34Updated last month
- Faster integer division and modulus operations☆88Updated 7 months ago
- ☆23Updated 11 months ago
- Cast between dynamic trait objects☆34Updated 6 years ago
- A small ASCII-only bounded length string representation.☆61Updated 4 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Simple and Fast 2D rendering library for Rust, based on gfx-hal☆31Updated 5 years ago
- structured parallel execution for async Rust☆37Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated last month
- Unsafe marker trait for types that deref to a stable address☆34Updated 4 months ago
- ☆53Updated 6 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆82Updated 4 years ago
- ☆36Updated 3 years ago
- Macro for sealing traits and structures☆61Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago