1 unstable release

0.1.0 Feb 20, 2021

#1609 in Hardware support

MIT license

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.

No runtime deps