Crate fast_find

Source
Expand description

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.

Functionsยง

  • Returns the index of the first element in the haystack that matches needle, up-to len, or None
  • Returns the index of the first element in the haystack that matches needle, up-to len, or None
  • Returns the index of the first element in the haystack that matches needle, up-to len, or None