1 unstable release
0.1.0 | Feb 20, 2021 |
---|
#1656 in Hardware support
11KB
230 lines
fast-find
finds bytes fast.
Fast-find uses SIMD instructions to make searching small byte arrays fast, or falls back to linear search when not possible.
lib.rs
:
fast-find
finds bytes fast.
Fast-find uses SIMD instructions to make searching small byte arrays fast, or falls back to linear search when not possible.