Skip to main contentCrate fhp_simd
Source - class
- Byte classification categories produced by
classify_bytes. - dispatch
- Runtime SIMD feature detection and dispatch.
Runtime SIMD feature detection and function-pointer dispatch.
- neon
- ARM NEON accelerated operations (128-bit, aarch64).
ARM NEON accelerated operations (128-bit, aarch64).
- scalar
- Portable scalar fallback — works on every platform.
Portable scalar fallback for all SIMD operations.
- 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.