Package: grep Tags: patch dfaexec() allocates and deallocates many buffers in non-UTF8 locales, but it's very inefficient. If put them on struct dfa and reuse them, when use not regex but DFA for ANYCHAR, it will speed up about 20-30% in non-UTF8 locales. Norihiro