Nils Homer
Nils Homer
Implements #25 TODO: benchmarks (hint: `bitmask` will win)
Ideas: * use [`rabin-karp`](see: https://pola-rs.github.io/polars/memchr/memmem/index.html) for short fixed sequences * use [`Finder`](https://pola-rs.github.io/polars/memchr/memmem/struct.Finder.html) for fixed sequences (since we can build the needle finder each time) * look for faster regex implementations
One of the github actions unit tests failed on `test_reads_when_count_false`. It passed when re-run, so this gives me pause. I have run it locally and seen a sporadic failure: ```console...