[RFC] Replacing our regex implementation

Tim Kientzle tim at kientzle.com
Mon May 9 06:12:00 UTC 2011


On May 8, 2011, at 5:29 PM, Gabor Kovesdan wrote:
> 2, Optimizations for matching with a fixed pattern heuristic
> ... First, I was thinking of putting it into TRE but now I consider a better solution building a small library, libregexutils or such. It would decouple this optimization from the vendor code, ...

Have you asked the TRE maintainers if they would accept this change?

If they would, then getting this change into TRE would benefit a lot more people than just FreeBSD's libc.

(BTW, I agree that C++ in libc is a bad idea.)

Tim



More information about the freebsd-hackers mailing list