ethanpailes/regex

Fork the bounded backtracker to remove the bounding

Closed this issue · 0 comments

Why? Because that will cut out all the overhead associated with the bitset (which dominates in the common case), and because that is reflective of what most engines do. It would be worth knowing if this stuff is a better fit for PCRE2 than for rust-lang/regex.