Skip to main contentCrate fhp_simd
Source - avx2
- AVX2 accelerated operations (256-bit, x86_64).
AVX2 accelerated operations (256-bit, x86_64).
- class
- Byte classification categories produced by
classify_bytes. - dispatch
- Runtime SIMD feature detection and dispatch.
Runtime SIMD feature detection and function-pointer dispatch.
- scalar
- Portable scalar fallback — works on every platform.
Portable scalar fallback for all SIMD operations.
- sse42
- SSE4.2 accelerated operations (128-bit, x86_64).
SSE4.2 accelerated operations (128-bit, x86_64).
- AllMasks
- Delimiter bitmasks for a block of up to 64 bytes.
- DelimiterResult
- Result of a multi-delimiter scan over a byte slice.
- DELIMITERS
- The set of delimiters scanned by
find_delimiters.
- classify_byte
- Classify a single byte into one of the
class categories.