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

Remove false positive for misaligned haystack #23

Closed shepmaster closed 6 years ago

shepmaster commented 6 years ago

Ran 100,000,000 iterations of each proptest to try and find any other cases:

$ PROPTEST_CASES=100000000 time cargo test --release
[...]
      502.14 real      1232.73 user        12.12 sys
shepmaster commented 6 years ago

Didn't see any notable performance differences before and after, just noise.