2 releases

0.1.1 Mar 3, 2024
0.1.0 Feb 12, 2024

#873 in Hardware support

24 downloads per month

MIT license

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