Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 17 days 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.