2 releases
0.1.1 | Mar 3, 2024 |
---|---|
0.1.0 | Feb 12, 2024 |
#1335 in Hardware support
39 downloads per month
14KB
325 lines
Simplistic Search
This crate implements simplistic searches of bytes, that may be accelerated via SIMD operations.
lib.rs
:
Simplistic string search
This crate implements simplistic searches of byte slices, that may be accelerated via SIMD operations.
Currently, only a generic and an SSE4.2-optimized versions are available. Selection is done at runtime via feature detection.
Dependencies
~73KB