rust-lang / portable-simdLinks
The testing ground for the future of portable SIMD in Rust
☆1,005Updated 2 weeks ago
Alternatives and similar repositories for portable-simd
Users that are interested in portable-simd are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,544Updated 3 weeks ago
- A fast bump allocation arena for Rust☆1,917Updated 3 months ago
- A crate for managing memory bit by bit☆1,343Updated last year
- A crate for mucking around with piles of bytes☆903Updated 2 weeks ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆869Updated last week
- Portable Packed SIMD Vectors for Rust standard library☆632Updated last year
- Slotmap data structure for Rust☆1,244Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,191Updated this week
- Heap profiling and ad hoc profiling for Rust programs.☆887Updated 8 months ago
- Benchmarks for rust serialization frameworks☆872Updated 2 months ago
- Optimized string search routines for Rust.☆1,233Updated 3 weeks ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,249Updated last week
- Website for graphing performance of rustc☆690Updated this week
- Defines the Rust borrow checker.☆1,523Updated 4 months ago
- Numeric traits for generic mathematics in Rust☆880Updated 4 months ago
- Easy self-referential struct generation for Rust.☆658Updated 9 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆509Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,156Updated last month
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆681Updated last month
- Cranelift based backend for rustc☆1,888Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Write safer FFI code in Rust without polluting it with unsafe code☆1,008Updated 2 months ago
- An implementation of a LRU cache☆749Updated last week
- A minimal async executor that lets you block on a future☆627Updated 4 months ago
- Module initialization/global constructor functions for Rust☆910Updated last week
- Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.☆702Updated 2 months ago
- Compile time static maps for Rust☆2,024Updated last week
- Concurrency permutation testing tool for Rust.☆2,484Updated 2 months ago
- A macro to generate structures which behave like bitflags☆1,060Updated last month
- A port of MUSL's libm to Rust.☆631Updated 6 months ago