• The only problem I have with Go's regexp is that it's not very fast. In the slides you are dealing with the worst-case performance, but I guess the everyday performance suffers a little as a consequence of the Go approach (or perhaps it is just not very optimised yet?).

    https://awmanoj.github.io/tech/2016/09/08/on-slow-regular-expressions-golang/