hsivonen / simdLinks
A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd
☆83Updated 3 months ago
Alternatives and similar repositories for simd
Users that are interested in simd are comparing it to the libraries listed below
Sorting:
- [DEPRECATED] see:☆81Updated 8 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last month
- Iterate in a lazily achieved sorted order☆59Updated 7 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Unix signal handling for tokio☆88Updated 7 years ago
- (More or less) accurate floating point algorithms☆57Updated last year
- The Computer Language Benchmarks Game: Rust implementations☆72Updated 5 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Concurrent work-stealing deque☆48Updated 7 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Core functionality for handling rustc's save-analysis data☆40Updated 6 years ago
- A simple map based on a vector for small integer keys☆67Updated last year
- ☆53Updated 6 years ago
- Access File System operations off-thread, using a Futures.