We started off using Go's regexp library for our regex needs, but it wasn't made for our unique use case of running 40+ regular expressions over terabytes of data.<p>Here's our experience benchmarking Go's regexp against Intel Hyperscan and Google re2, hope it's useful!