fast-find

Crates.iofast-find
lib.rsfast-find
version0.1.0
sourcesrc
created_at2021-02-20 23:15:03.318851
updated_at2021-02-20 23:15:03.318851
descriptionFind fast finds bytes fast
homepage
repositoryhttps://github.com/benaubin/fast-find
max_upload_size
id358230
size11,638
Ben Aubin (benaubin)

documentation

README

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.

Commit count: 9

cargo fmt