2 releases

0.1.1 Mar 3, 2024
0.1.0 Feb 12, 2024

#781 in Hardware support

Download history 10/week @ 2024-02-08 14/week @ 2024-02-15 15/week @ 2024-02-22 124/week @ 2024-02-29 29/week @ 2024-03-07 47/week @ 2024-03-14

206 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

~74KB