Crates.io | fast-find |
lib.rs | fast-find |
version | 0.1.0 |
source | src |
created_at | 2021-02-20 23:15:03.318851 |
updated_at | 2021-02-20 23:15:03.318851 |
description | Find fast finds bytes fast |
homepage | |
repository | https://github.com/benaubin/fast-find |
max_upload_size | |
id | 358230 |
size | 11,638 |
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.