hsivonen / simd
A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd
☆80Updated last year
Related projects ⓘ
Alternatives and complementary repositories for simd
- Wrapper around generic-array that adds efficient numeric trait implementations☆62Updated 4 months ago
- [DEPRECATED] see:☆82Updated 7 years ago
- ☆54Updated 5 years ago
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- A real-time hierarchical profiler☆80Updated 8 years ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- Unix signal handling for tokio☆87Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated 2 months ago
- Candidates for inclusion in the Rust standard library☆89Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 2 years ago
- Concurrent work-stealing deque☆46Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆39Updated 7 months ago
- Concatenate identifiers in a macro invocation☆93Updated last year
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A work-stealing fork-join threadpool written in Rust.☆85Updated 7 years ago
- A flexible thread pool providing scoped and static threads.☆84Updated 5 years ago
- Core functionality for handling rustc's save-analysis data☆39Updated 5 years ago
- Automatic testing of FFI bindings for Rust☆124Updated 3 years ago
- Access File System operations off-thread, using a Futures.☆68Updated 5 years ago
- Floating point approximate comparison for Rust☆60Updated last month
- A simple map based on a vector for small integer keys☆63Updated 11 months ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 5 years ago
- Runtime string formatting for Rust☆62Updated 5 years ago
- Judy array implementation in pure Rust☆84Updated 7 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆74Updated last month