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:
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- [DEPRECATED] see:☆81Updated 8 years ago
- Iterate in a lazily achieved sorted order☆59Updated 7 years ago
- A simple map based on a vector for small integer keys☆66Updated 11 months ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- (More or less) accurate floating point algorithms☆57Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last month
- A Rust implementation of the Zopfli compression algorithm.☆77Updated 3 years ago
- Core functionality for handling rustc's save-analysis data☆40Updated 6 years ago
- ☆53Updated 6 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆186Updated 2 weeks ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 6 months ago
- Unix signal handling for tokio☆88Updated 7 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- The Computer Language Benchmarks Game: Rust implementations☆72Updated 5 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆230Updated 5 months ago
- A pure Rust implementation of DEFLATE decompression☆45Updated 6 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Concurrent work-stealing deque☆48Updated 7 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 4 years ago
- A Rust library for zero-allocation parsing of binary data.☆49Updated 2 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago