`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.