An open API service indexing awesome lists of open source software.

https://github.com/benaubin/fast-find

Very fast SIMD-accelerated array search, for Rust
https://github.com/benaubin/fast-find

Last synced: 3 months ago
JSON representation

Very fast SIMD-accelerated array search, for Rust

Awesome Lists containing this project

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.