shepmaster / jetscii

A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
Apache License 2.0
113 stars 20 forks source link

Restore Substring support #20

Closed shepmaster closed 6 years ago

shepmaster commented 6 years ago

/cc @brson

brson commented 6 years ago

😍

brson commented 6 years ago

ByteSubstring seems to be slower than str::find in my benchmarks https://github.com/brson/searchtest/blob/master/src/lib.rs#L254