hsivonen / simdLinks
A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd
☆82Updated 2 weeks ago
Alternatives and similar repositories for simd
Users that are interested in simd are comparing it to the libraries listed below
Sorting:
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- [DEPRECATED] see:☆81Updated 8 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- A simple map based on a vector for small integer keys☆66Updated 8 months ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- (More or less) accurate floating point algorithms☆58Updated last year
- A Rust implementation of the Zopfli compression algorithm.☆77Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆140Updated 6 years ago
- A pure Rust implementation of DEFLATE decompression☆45Updated 5 years ago
- Unix signal handling for tokio☆87Updated 6 years ago
- Judy array implementation in pure Rust☆88Updated 7 years ago
- ☆53Updated 5 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆185Updated last year
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 2 months ago
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- A Rust library for zero-allocation parsing of binary data.☆48Updated 2 years ago
- A real-time hierarchical profiler☆82Updated 9 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- The empty type Void.☆71Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month